Since Rod insists on having this idiotic error message, at least call
warnx() correctly so we don't get the double newline.
This commit is contained in:
parent
0c51086916
commit
acd83bcce9
@ -221,7 +221,7 @@ put_arobj(cfp, sb)
|
||||
if (options & AR_TR) {
|
||||
if (lname > OLDARMAXNAME) {
|
||||
(void)fflush(stdout);
|
||||
warnx("warning: %s truncated to %.*s\n",
|
||||
warnx("warning: %s truncated to %.*s",
|
||||
name, OLDARMAXNAME, name);
|
||||
(void)fflush(stderr);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user