View | Details | Raw Unified | Return to bug 168862
Collapse All | Expand All

(-)b/contrib/tzcode/stdtime/localtime.c (-1 / +1 lines)
Lines 318-324 settzname(void) Link Here
318
	/*
318
	/*
319
	** And to get the latest zone names into tzname. . .
319
	** And to get the latest zone names into tzname. . .
320
	*/
320
	*/
321
	for (i = 0; i < sp->typecnt; ++i) {
321
	for (i = 0; i < sp->timecnt; ++i) {
322
		const struct ttinfo * const ttisp = &sp->ttis[sp->types[i]];
322
		const struct ttinfo * const ttisp = &sp->ttis[sp->types[i]];
323
323
324
		tzname[ttisp->tt_isdst] =
324
		tzname[ttisp->tt_isdst] =

Return to bug 168862