mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-25 06:58:45 +00:00
bug fixes
SCCS-file: localtime.c SCCS-SID: 2.5
This commit is contained in:
committed by
Paul Eggert
parent
2b40881ad2
commit
2a116aef9b
+1
-1
@@ -128,7 +128,7 @@ register struct state * sp;
|
||||
|
||||
ttisp = &sp->ttis[i];
|
||||
GETLONG(ttisp->tt_gmtoff, p);
|
||||
ttisp->tt_abbrind = *p++;
|
||||
ttisp->tt_isdst = *p++;
|
||||
ttisp->tt_abbrind = *p++;
|
||||
}
|
||||
for (i = 0; i < sp->h.tzh_charcnt; ++i)
|
||||
|
||||
Reference in New Issue
Block a user