mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-12-09 02:44:25 +00:00
Eggert mods
SCCS-file: zic.c SCCS-SID: 7.80
This commit is contained in:
committed by
Paul Eggert
parent
6c0cb7f7fe
commit
a1e7012a9e
2
zic.c
2
zic.c
@ -1697,7 +1697,7 @@ const int zonecount;
|
|||||||
(void) strcpy(startbuf, zp->z_format);
|
(void) strcpy(startbuf, zp->z_format);
|
||||||
eat(zp->z_filename, zp->z_linenum);
|
eat(zp->z_filename, zp->z_linenum);
|
||||||
if (*startbuf == '\0')
|
if (*startbuf == '\0')
|
||||||
error(_("can't determine time zone abbrevation to use just after until time"));
|
error(_("can't determine time zone abbreviation to use just after until time"));
|
||||||
else addtt(starttime,
|
else addtt(starttime,
|
||||||
addtype(startoff, startbuf,
|
addtype(startoff, startbuf,
|
||||||
startoff != zp->z_gmtoff,
|
startoff != zp->z_gmtoff,
|
||||||
|
|||||||
Reference in New Issue
Block a user