1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-07 12:43:06 +00:00

Eggert mods

SCCS-file: zic.c
SCCS-SID: 7.92
This commit is contained in:
Arthur David Olson
1997-12-29 09:31:47 -05:00
committed by Paul Eggert
parent c4a67b8241
commit 2b7bdce18a

4
zic.c
View File

@ -1020,7 +1020,7 @@ const int iscont;
}
z.z_filename = filename;
z.z_linenum = linenum;
z.z_gmtoff = gethms(fields[i_gmtoff], _("invalid GMT offset"), TRUE);
z.z_gmtoff = gethms(fields[i_gmtoff], _("invalid UTC offset"), TRUE);
if ((cp = strchr(fields[i_format], '%')) != 0) {
if (*++cp != 's' || strchr(cp, '%') != 0) {
error(_("invalid abbreviation format"));
@ -1630,7 +1630,7 @@ const int zonecount;
INITIALIZE(ktime);
if (useuntil) {
/*
** Turn untiltime into GMT
** Turn untiltime into UTC
** assuming the current gmtoff and
** stdoff values.
*/