This commit is contained in:
2025-12-22 16:11:15 +01:00
parent ecf02a7479
commit c73ab9a8ad
+1 -1
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; \
}