mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 08:49:15 +02:00
idiot again
This commit is contained in:
+1
-1
@@ -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; \
|
||||||
|
|||||||
Reference in New Issue
Block a user