mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-12-07 07:50:33 +00:00
bug fix
SCCS-file: localtime.c SCCS-SID: 3.3
This commit is contained in:
committed by
Paul Eggert
parent
8cb9dfea76
commit
0c37cea41c
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user