0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 12:32:05 +01:00
This commit is contained in:
2025-12-22 16:11:15 +01:00
parent ecf02a7479
commit c73ab9a8ad

View File

@@ -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; \
}