mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 16:59:15 +02:00
oh
This commit is contained in:
+1
-1
@@ -649,5 +649,5 @@ void process_ascii_cmd(RDSModulator* mod, char *str, char *cmd_output) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (cmd_output != NULL && cmd_reached) strcpy(cmd_output, output);
|
if (cmd_output != NULL && cmd_reached) strcpy(cmd_output, output);
|
||||||
if (cmd_reached) strcpy(cmd_output, "?\0");
|
if (!cmd_reached) strcpy(cmd_output, "?\0");
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user