This commit is contained in:
2025-12-22 18:18:46 +01:00
parent 2f30bfb925
commit 920247d706
+1 -1
View File
@@ -196,7 +196,7 @@ STR_RAW_GETTER(lps)
STR_RAW_SETTER(ert, set_rds_ert) STR_RAW_SETTER(ert, set_rds_ert)
STR_RAW_GETTER(ert) STR_RAW_GETTER(ert)
STR_RAW_SETTER(grpseq2, handle_grpseq2) STR_RAW_SETTER(grpseq2, set_rds_grpseq2)
int lua_get_rds_grpseq2(lua_State *localL) { int lua_get_rds_grpseq2(lua_State *localL) {
lua_pushstring(localL, mod->enc->data[mod->enc->program].grp_sqc_rds2); lua_pushstring(localL, mod->enc->data[mod->enc->program].grp_sqc_rds2);
return 1; return 1;