aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/timezone/zic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timezone/zic.c b/src/timezone/zic.c
index 4483c3bb130..95ab8547126 100644
--- a/src/timezone/zic.c
+++ b/src/timezone/zic.c
@@ -2398,7 +2398,7 @@ writezone(const char *const name, const char *const string, char version,
if (pass == 1 && !want_bloat())
{
utcnt = stdcnt = thisleapcnt = 0;
- thistimecnt = -locut - hicut;
+ thistimecnt = -(locut + hicut);
thistypecnt = thischarcnt = 1;
thistimelim = thistimei;
}