Feb. 23, 2021
7:05 a.m.
* zic.c (writezone): UTCNT and STDCNT must be zero here, so omit these unnecessary assignments. --- zic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zic.c b/zic.c index b91cb6c..f7155b1 100644 --- a/zic.c +++ b/zic.c @@ -2161,7 +2161,7 @@ writezone(const char *const name, const char *const string, char version, indmap[desigidx[i]] = j; } if (pass == 1 && !want_bloat()) { - utcnt = stdcnt = thisleapcnt = 0; + thisleapcnt = 0; thistimecnt = - (locut + hicut); thistypecnt = thischarcnt = 1; thistimelim = thistimei; -- 2.27.0