This commit is contained in:
2025-12-22 18:19:23 +01:00
parent 920247d706
commit 630fc747d6
+1
View File
@@ -4,6 +4,7 @@ static RDSModulator* mod = NULL;
static lua_State *L = NULL;
int lua_set_rds_program_defaults(lua_State *localL) {
(void)localL;
set_rds_defaults(mod->enc, mod->enc->program);
return 0;
}