mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Clean up cppcheck warnings in netrigctl.c
This commit is contained in:
parent
9a4da880c5
commit
fa42f54a4a
1 changed files with 1 additions and 1 deletions
|
|
@ -1084,7 +1084,7 @@ static int netrigctl_set_dcs_sql(RIG *rig, vfo_t vfo, unsigned int code)
|
|||
|
||||
if (ret != RIG_OK) { return ret; }
|
||||
|
||||
len = sprintf(cmd, "\\set_dcs_sql%s %d\n", vfostr, code);
|
||||
len = sprintf(cmd, "\\set_dcs_sql%s %u\n", vfostr, code);
|
||||
|
||||
ret = netrigctl_transaction(rig, cmd, len, buf);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue