From 82445dce18dc655af9f9cf9720a615ed9d4b7cda Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 20 Jun 2026 13:48:40 +0200 Subject: [PATCH] what in the hell --- src/lua_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua_api.c b/src/lua_api.c index 4eca5b7..5b55f6f 100644 --- a/src/lua_api.c +++ b/src/lua_api.c @@ -188,7 +188,7 @@ int lua_put_rds_custom_group(lua_State *L) { } int lua_put_rds2_custom_group(lua_State *L) { - if(enc->state[writing_program].custom_group2[0]) return luaL_error(l, "group buffer full"); + if(enc->state[writing_program].custom_group2[0]) return luaL_error(L, "group buffer full"); enc->state[writing_program].custom_group2[0] = 1; enc->state[writing_program].custom_group2[1] = luaL_checkinteger(L, 1); enc->state[writing_program].custom_group2[2] = luaL_checkinteger(L, 2);