kopia lustrzana https://github.com/Hamlib/Hamlib
Merge branch 'master' of https://github.com/mdblack98/Hamlib
commit
a2aff6a641
|
@ -1968,12 +1968,14 @@ declare_proto_rig(get_freq)
|
||||||
|
|
||||||
fprintf(fout, fmt, (int64_t)freq, resp_sep);
|
fprintf(fout, fmt, (int64_t)freq, resp_sep);
|
||||||
|
|
||||||
|
#if 0 // this extra VFO being returned was confusing Log4OM
|
||||||
if ((interactive && prompt) || (interactive && !prompt && ext_resp))
|
if ((interactive && prompt) || (interactive && !prompt && ext_resp))
|
||||||
{
|
{
|
||||||
fprintf(fout, "%s: ", cmd->arg2); /* i.e. "Frequency" */
|
fprintf(fout, "%s: ", cmd->arg2); /* i.e. "Frequency" */
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(fout, "%s%c", rig_strvfo(vfo), resp_sep);
|
fprintf(fout, "%s%c", rig_strvfo(vfo), resp_sep);
|
||||||
|
#endif
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue