kopia lustrzana https://github.com/Hamlib/Hamlib
Fix cppcheck warning in tmv7.c
rodzic
9e2e71b60d
commit
1709664650
|
@ -622,7 +622,7 @@ int tmv7_get_channel(RIG *rig, channel_t *chan)
|
||||||
{
|
{
|
||||||
strcpy(scf, req);
|
strcpy(scf, req);
|
||||||
strcat(scf, ",%"SCNfreq",%d");
|
strcat(scf, ",%"SCNfreq",%d");
|
||||||
retval = num_sscanf(ackbuf, scf, &freq, &step);
|
num_sscanf(ackbuf, scf, &freq, &step);
|
||||||
chan->tx_freq = freq;
|
chan->tx_freq = freq;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue