1
0
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:
Arthur David Olson
2006-12-05 09:39:06 -05:00
committed by Paul Eggert
parent a95fec4550
commit 2da5fe077d

View File

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