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:
Garrett Wollman 1994-10-06 20:43:35 +00:00
parent 0c51086916
commit acd83bcce9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3391

View File

@ -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);
}