From 3ef4002b3ff17002a45627c45d62eace9d84b958 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 19 Jan 1999 14:38:48 +0000 Subject: Update. 1999-01-19 Ulrich Drepper * timezone/zdump.c: Update from tzcode1999a. * timezone/zic.c: Likewise. --- timezone/zic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'timezone/zic.c') diff --git a/timezone/zic.c b/timezone/zic.c index b6b43c7..040a605 100644 --- a/timezone/zic.c +++ b/timezone/zic.c @@ -1,6 +1,6 @@ #ifndef lint #ifndef NOID -static char elsieid[] = "@(#)zic.c 7.95"; +static char elsieid[] = "@(#)zic.c 7.96"; #endif /* !defined NOID */ #endif /* !defined lint */ @@ -381,7 +381,7 @@ int errnum; extern int sys_nerr; return (errnum > 0 && errnum <= sys_nerr) ? - sys_errlist[errnum] : "Unknown system error"; + sys_errlist[errnum] : _("Unknown system error"); } #endif /* !(HAVE_STRERROR - 0) */ @@ -430,7 +430,7 @@ const char * const string; { char * cp; - cp = ecpyalloc("warning: "); + cp = ecpyalloc(_("warning: ")); cp = ecatalloc(cp, string); error(cp); ifree(cp); -- cgit v1.1