From 7a023f9244cfe31503b77b2e310b9ec5ad77b75b Mon Sep 17 00:00:00 2001 From: Jeff Lawson Date: Fri, 10 Jan 2025 00:26:14 +0000 Subject: [PATCH] fix: missing paren --- generic/tclClock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/tclClock.c b/generic/tclClock.c index 6ef509a..c909096 100644 --- a/generic/tclClock.c +++ b/generic/tclClock.c @@ -3500,7 +3500,7 @@ ClockParseFmtScnArgs( if ( dataPtr->lastBase.timezoneObj == opts->timezoneObj && dataPtr->lastBase.date.seconds == baseVal && (!(dataPtr->lastBase.date.flags & CLF_CTZ) - || dataPtr->lastTZEpoch == TzsetIfNecessary()) { + || dataPtr->lastTZEpoch == TzsetIfNecessary())) { canUseLastBase = 1; /* * There's one exception: If TZ changed, and if timezone is just the