kopia lustrzana https://github.com/Hamlib/Hamlib
Remove stray char after printing value of KEYERTYPE
Steps to reproduce: tests/rigctl -m 1 get_parm KEYERTYPE STRAIGHT v <-- this 'v' shouldn't be therepull/1845/head
rodzic
ff5500b2d9
commit
762caa85c0
|
@ -3944,7 +3944,7 @@ declare_proto_rig(get_parm)
|
||||||
if (val.i == 1) { s = "BUG"; }
|
if (val.i == 1) { s = "BUG"; }
|
||||||
else if (val.i == 2) { s = "PADDLE"; }
|
else if (val.i == 2) { s = "PADDLE"; }
|
||||||
|
|
||||||
fprintf(fout, "%s%cv", s, resp_sep);
|
fprintf(fout, "%s%c", s, resp_sep);
|
||||||
}
|
}
|
||||||
else if (RIG_PARM_IS_FLOAT(parm))
|
else if (RIG_PARM_IS_FLOAT(parm))
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue