From 83d5e2d9dca3325d9a97cb880e38da2f06311b76 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Fri, 27 Jan 1995 13:18:39 -0500 Subject: [PATCH] INITIALIZE gig SCCS-file: localtime.c SCCS-SID: 7.39 --- localtime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localtime.c b/localtime.c index 23194d0..4715eab 100644 --- a/localtime.c +++ b/localtime.c @@ -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;