avoid "standard output standard output" redundancy

SCCS-file: zdump.c
SCCS-SID: 7.28
This commit is contained in:
Arthur David Olson
2012-07-18 03:02:31 -04:00
committed by Paul Eggert
parent 5cf86f8307
commit 85a6fee92e
+1 -1
View File
@@ -263,7 +263,7 @@ _("%s: usage is %s [ -v ] [ -c cutoff ] zonename ...\n"),
show(argv[i], t, TRUE);
}
if (fflush(stdout) || ferror(stdout)) {
(void) fprintf(stderr, _("%s: Error writing standard output "),
(void) fprintf(stderr, _("%s: Error writing "),
argv[0]);
(void) perror(_("standard output"));
(void) exit(EXIT_FAILURE);