idiot again

This commit is contained in:
2026-04-25 22:36:03 +02:00
parent c72cb506be
commit 93baeb8ae3
+1 -1
View File
@@ -97,7 +97,7 @@ int lua_set_rds_##name(lua_State *localL) { \
} }
#define STR_RAW_SETTER_LEN(name, function) \ #define STR_RAW_SETTER_LEN(name, function) \
int lua_set_rds_##name(lua_State *localL) { \ int lua_set_rds_##name(lua_State *localL) { \
size_t len \ size_t len; \
const char* str = luaL_checklstring(localL, 1, &len); \ const char* str = luaL_checklstring(localL, 1, &len); \
function(enc, str, len, writing_program); \ function(enc, str, len, writing_program); \
return 0; \ return 0; \