mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-19 14:24:19 +00:00
avoid "standard output standard output" redundancy
SCCS-file: zdump.c SCCS-SID: 7.28
This commit is contained in:
committed by
Paul Eggert
parent
5cf86f8307
commit
85a6fee92e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user