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