get_dcd responds without crashing #323

pull/324/head
hiteki 2020-06-21 19:10:21 +02:00 zatwierdzone przez tb
rodzic 8ff077d7a9
commit 63357389d6
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -229,8 +229,8 @@ transaction_write:
#endif
/* Special case for SQuelch */
if (replystr && !memcmp(cmdstr, "SQ", 2) && (replystr[0] == '-'
|| replystr[0] == '+'))
if (replystr && !memcmp(cmdstr, "SQ", 2) && (data[0] == '-'
|| data[0] == '+'))
{
retval = RIG_OK;
goto transaction_quit;