bug fixes

SCCS-file: localtime.c
SCCS-SID: 2.5
This commit is contained in:
Arthur David Olson
2012-07-18 03:01:38 -04:00
committed by Paul Eggert
parent 2b40881ad2
commit 2a116aef9b
+1 -1
View File
@@ -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)