1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-08 08:26:28 +00:00

INITIALIZE gig

SCCS-file: localtime.c
SCCS-SID: 7.39
This commit is contained in:
Arthur David Olson
1995-01-27 13:18:39 -05:00
committed by Paul Eggert
parent 68f590fda6
commit 83d5e2d9dc

View File

@ -796,8 +796,8 @@ const int lastditch;
*/
sawstd = FALSE;
sawdst = FALSE;
stdfix = 0;
dstfix = 0;
INITIALIZE(stdfix);
INITIALIZE(dstfix);
for (i = 0; i < sp->typecnt; ++i) {
if (sp->ttis[i].tt_isdst) {
oldfix = dstfix;