Skip to content

Commit 7a023f9

Browse files
committed
fix: missing paren
1 parent 1741fdc commit 7a023f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic/tclClock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3500,7 +3500,7 @@ ClockParseFmtScnArgs(
35003500
if ( dataPtr->lastBase.timezoneObj == opts->timezoneObj
35013501
&& dataPtr->lastBase.date.seconds == baseVal
35023502
&& (!(dataPtr->lastBase.date.flags & CLF_CTZ)
3503-
|| dataPtr->lastTZEpoch == TzsetIfNecessary()) {
3503+
|| dataPtr->lastTZEpoch == TzsetIfNecessary())) {
35043504
canUseLastBase = 1;
35053505
/*
35063506
* There's one exception: If TZ changed, and if timezone is just the

0 commit comments

Comments
 (0)