0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00

favor lua output

This commit is contained in:
2025-12-22 16:18:33 +01:00
parent 75031fc096
commit f9ca182838
2 changed files with 3 additions and 3 deletions

View File

@@ -577,6 +577,6 @@ void process_ascii_cmd(RDSModulator* mod, char *str, char *cmd_output) {
}
}
if (cmd_output != NULL && cmd_reached) strcpy(cmd_output, output);
if (!cmd_reached) strcpy(output, "?");
if (cmd_output != NULL && cmd_reached) strcpy(cmd_output, output);
}