mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
whoops
This commit is contained in:
@@ -10,7 +10,7 @@ int lua_set_rds_##name(lua_State *localL) { \
|
|||||||
}
|
}
|
||||||
#define STR_NONRETURN_HANDLER(name, function) \
|
#define STR_NONRETURN_HANDLER(name, function) \
|
||||||
int lua_set_rds_##name(lua_State *localL) { \
|
int lua_set_rds_##name(lua_State *localL) { \
|
||||||
const char* str = luaL_checklstring(L, 1); \
|
const char* str = luaL_checklstring(localL, 1); \
|
||||||
function(mod->enc, str); \
|
function(mod->enc, str); \
|
||||||
return 0; \
|
return 0; \
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user