Removing LF from here caused "l ?" to not have CR where "L ?" does.
I don't see the problem with a CR to end the printout.
Not sure why this was removed before...bad documentation on my part.
pull/1432/head
Mike Black W9MDB 2023-11-14 07:42:38 -06:00
rodzic 723b835fdd
commit f57b7cba71
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3352,7 +3352,7 @@ declare_proto_rig(get_level)
fprintf(fout, "%s%c", s, resp_sep);
}
//fputc('\n', fout);
fputc('\n', fout);
RETURNFUNC2(RIG_OK);
}
level = rig_parse_level(arg1);