mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-19 14:54:22 +00:00
goback/goahead at very start
SCCS-file: localtime.c SCCS-SID: 8.13
This commit is contained in:
committed by
Paul Eggert
parent
3f7760af53
commit
6744ab818d
+1
-1
@@ -350,6 +350,7 @@ register const int doextend;
|
||||
4 * TZ_MAX_TIMES];
|
||||
} u;
|
||||
|
||||
sp->goback = sp->goahead = FALSE;
|
||||
if (name == NULL && (name = TZDEFAULT) == NULL)
|
||||
return -1;
|
||||
{
|
||||
@@ -389,7 +390,6 @@ register const int doextend;
|
||||
nread = read(fid, u.buf, sizeof u.buf);
|
||||
if (close(fid) < 0 || nread <= 0)
|
||||
return -1;
|
||||
sp->goback = sp->goahead = FALSE;
|
||||
for (stored = 4; stored <= 8; stored *= 2) {
|
||||
int ttisstdcnt;
|
||||
int ttisgmtcnt;
|
||||
|
||||
Reference in New Issue
Block a user