1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-07 07:50:33 +00:00
SCCS-file: localtime.c
SCCS-SID: 3.3
This commit is contained in:
Arthur David Olson
1988-01-16 12:51:50 -05:00
committed by Paul Eggert
parent 8cb9dfea76
commit 0c37cea41c

View File

@ -251,7 +251,7 @@ time_t * timep;
if (s.timecnt == 0 || t < s.ats[0]) {
i = 0;
while (s.ttis[i].tt_isdst)
if (++i >= s.timecnt) {
if (++i >= s.typecnt) {
i = 0;
break;
}