mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 12:32:05 +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) \
|
||||
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); \
|
||||
return 0; \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user