From bef8927ad4b655ffa574a26810597de601fd8daf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 14 Nov 2006 16:58:17 +0000 Subject: [BZ #3137] 2006-11-14 Ulrich Drepper * timezone/zdump.c: Redo fix for BZ #3137. * timezone/scheck.c: Likewise. --- timezone/zdump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'timezone') diff --git a/timezone/zdump.c b/timezone/zdump.c index b5dd09b861..ae4d286b12 100644 --- a/timezone/zdump.c +++ b/timezone/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); @@ -423,7 +423,7 @@ _("%s: use of -v on system with floating time_t other than float or double\n"), t = t1; t1 = 2 * t1 + 1; } - + absolute_max_time = t; t = -t; absolute_min_time = t - 1; -- cgit 1.4.1