kopia lustrzana https://github.com/Hamlib/Hamlib
Fix 'get_powerstat' command provided by rigctld by taking care of the given separator according to the extended response protocol
rodzic
0f706dfaae
commit
44fa32c8cd
|
@ -4796,7 +4796,7 @@ declare_proto_rig(get_powerstat)
|
||||||
fprintf(fout, "%s: ", cmd->arg1);
|
fprintf(fout, "%s: ", cmd->arg1);
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(fout, "%d\n", stat);
|
fprintf(fout, "%d%c", stat, resp_sep);
|
||||||
rig_powerstat = stat; // update our global so others can see powerstat
|
rig_powerstat = stat; // update our global so others can see powerstat
|
||||||
|
|
||||||
RETURNFUNC2(status);
|
RETURNFUNC2(status);
|
||||||
|
|
Ładowanie…
Reference in New Issue