kopia lustrzana https://github.com/Hamlib/Hamlib
Fix +\get_vfo_list to put RPRT on a separate line
rodzic
dd4e631e59
commit
47cf245826
|
@ -2294,7 +2294,7 @@ declare_proto_rig(get_vfo_list)
|
|||
fprintf(fout, "%s: ", cmd->arg1);
|
||||
}
|
||||
|
||||
fprintf(fout, "%s%c", prntbuf[0] ? prntbuf : "None", ext_resp);
|
||||
fprintf(fout, "%s%c\n", prntbuf[0] ? prntbuf : "None", ext_resp);
|
||||
|
||||
RETURNFUNC(RIG_OK);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue