One more try, and if it doesn't work this time I'm giving up.

(Check in original localtime.c.)
This commit is contained in:
Garrett Wollman 1994-09-13 03:44:49 +00:00
parent 48d96b1761
commit 23c76c74b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/tzcode/dist/; revision=2710

View File

@ -940,7 +940,7 @@ struct tm * const tmp;
tmp->tm_isdst = ttisp->tt_isdst;
tzname[tmp->tm_isdst] = (char *) &sp->chars[ttisp->tt_abbrind];
#ifdef TM_ZONE
tmp->TM_ZONE = (char *)&sp->chars[ttisp->tt_abbrind];
tmp->TM_ZONE = &sp->chars[ttisp->tt_abbrind];
#endif /* defined TM_ZONE */
}