mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-21 23:57:30 +00:00
delinted
SCCS-file: zdump.c SCCS-SID: 7.62
This commit is contained in:
committed by
Paul Eggert
parent
689d104342
commit
c7a44f5ae7
2
zdump.c
2
zdump.c
@ -318,7 +318,7 @@ _("%s: usage is %s [ --version ] [ -v ] [ -c [loyear,]hiyear ] zonename ...\n"),
|
||||
newtmp = localtime(&newt);
|
||||
if (newtmp != NULL)
|
||||
newtm = *newtmp;
|
||||
if ((tmp == NULL || newtmp == NULL) ? (tmp != newtmp) :
|
||||
if ((tmp == NULL || newtmp == NULL) ? (tmp != newtmp) :
|
||||
(delta(&newtm, &tm) != (newt - t) ||
|
||||
newtm.tm_isdst != tm.tm_isdst ||
|
||||
strcmp(abbr(&newtm), buf) != 0)) {
|
||||
|
||||
Reference in New Issue
Block a user