kopia lustrzana https://github.com/Hamlib/Hamlib
Fix rigctl_parse to allow NULL in binary data
rodzic
707d60b123
commit
99945e87cf
|
@ -4098,7 +4098,7 @@ declare_proto_rig(send_cmd)
|
|||
buf[BUFSZ - 1] = '\0';
|
||||
}
|
||||
|
||||
fprintf(fout, "%s\n", buf);
|
||||
fprintf(fout, "%*s\n", retval, buf);
|
||||
|
||||
}
|
||||
while (retval > 0);
|
||||
|
|
Ładowanie…
Reference in New Issue