what in the hell

This commit is contained in:
2026-06-20 13:48:40 +02:00
parent 6032c895cb
commit 82445dce18
+1 -1
View File
@@ -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);