mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-21 22:50:37 +00:00
match GNU output
SCCS-file: zdump.c SCCS-SID: 8.3
This commit is contained in:
committed by
Paul Eggert
parent
a95fec4550
commit
2da5fe077d
2
zdump.c
2
zdump.c
@ -385,7 +385,7 @@ _("%s: usage is %s [ --version ] [ -v ] [ -c [loyear,]hiyear ] zonename ...\n"),
|
||||
}
|
||||
if (fflush(stdout) || ferror(stdout)) {
|
||||
(void) fprintf(stderr, "%s: ", progname);
|
||||
(void) perror(_("Error writing standard output"));
|
||||
(void) perror(_("Error writing to standard output"));
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
exit(EXIT_SUCCESS);
|
||||
|
||||
Reference in New Issue
Block a user