kopia lustrzana https://github.com/Hamlib/Hamlib
Fix cppcheck warnings in prosistel.c
rodzic
8af5a675d0
commit
dc14ae10d4
|
@ -119,7 +119,7 @@ transaction_write:
|
||||||
}
|
}
|
||||||
|
|
||||||
//check if reply match issued command
|
//check if reply match issued command
|
||||||
if (data[0] == 0x02 && data[3] == cmdstr[2])
|
if ( cmdstr && data[0] == 0x02 && data[3] == cmdstr[2])
|
||||||
{
|
{
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s Command %c reply received\n", __func__,
|
rig_debug(RIG_DEBUG_VERBOSE, "%s Command %c reply received\n", __func__,
|
||||||
data[3]);
|
data[3]);
|
||||||
|
|
Ładowanie…
Reference in New Issue