kopia lustrzana https://github.com/Hamlib/Hamlib
Minor change to rigctl_parse.c for ASCII print
rodzic
9531f730b1
commit
1e889006b4
|
@ -4144,7 +4144,8 @@ declare_proto_rig(send_cmd)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
fwrite(buf, 1, strlen(buf), fout);
|
// we should be in printable ASCII here
|
||||||
|
fprintf(fout, "%s\n", buf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
while (retval > 0);
|
while (retval > 0);
|
||||||
|
|
Ładowanie…
Reference in New Issue