From d2b4ddb41781db79654356f28a1f6733a5c3a9d7 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Mon, 14 Apr 2025 16:28:47 +0200 Subject: [PATCH] oh --- src/ascii_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ascii_cmd.c b/src/ascii_cmd.c index 22ee09a..930f04e 100644 --- a/src/ascii_cmd.c +++ b/src/ascii_cmd.c @@ -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_reached) strcpy(cmd_output, "?\0"); + if (!cmd_reached) strcpy(cmd_output, "?\0"); } \ No newline at end of file