kopia lustrzana https://github.com/Hamlib/Hamlib
commit
e6b62e4f3e
|
@ -229,8 +229,8 @@ transaction_write:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Special case for SQuelch */
|
/* Special case for SQuelch */
|
||||||
if (replystr && !memcmp(cmdstr, "SQ", 2) && (replystr[0] == '-'
|
if (replystr && !memcmp(cmdstr, "SQ", 2) && (data[0] == '-'
|
||||||
|| replystr[0] == '+'))
|
|| data[0] == '+'))
|
||||||
{
|
{
|
||||||
retval = RIG_OK;
|
retval = RIG_OK;
|
||||||
goto transaction_quit;
|
goto transaction_quit;
|
||||||
|
|
Ładowanie…
Reference in New Issue