mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-29 16:29:17 +02:00
what in the hell
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user