0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00
This commit is contained in:
2025-03-28 21:07:32 +01:00
parent 31f111828d
commit 4c94962ddf

View File

@@ -68,7 +68,7 @@ static void handle_lps(char *arg, RDSModulator* mod, char* output) {
} }
static void handle_ert(char *arg, RDSModulator* mod, char* output) { static void handle_ert(char *arg, RDSModulator* mod, char* output) {
arg[EPS_LENGTH * 2] = 0; arg[ERT_LENGTH * 2] = 0;
set_rds_ert(mod->enc, arg); set_rds_ert(mod->enc, arg);
strcpy(output, "+\0"); strcpy(output, "+\0");
} }