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
+1 -1
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);
}