diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2024-08-12 09:54:34 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2024-08-12 09:54:34 (GMT) |
commit | e6f05281e8bd39e5039f70ea28f3dc1edc769b7f (patch) | |
tree | 41b96f6e0c43e75475308ab64031a4b11aecc0b6 /generic/tclClock.c | |
parent | 549a05ca18008a890e751184ebc67635120d4b44 (diff) | |
parent | 0d18a9948c34190d652430c87db566a2dc21ffb4 (diff) | |
download | tcl-core-zipfs-consolidation.zip tcl-core-zipfs-consolidation.tar.gz tcl-core-zipfs-consolidation.tar.bz2 |
Merged trunkcore-zipfs-consolidation
Diffstat (limited to 'generic/tclClock.c')
-rw-r--r-- | generic/tclClock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c index ec7e80d..827d398 100644 --- a/generic/tclClock.c +++ b/generic/tclClock.c @@ -3418,7 +3418,7 @@ ClockParseFmtScnArgs( Tcl_Obj *baseObj = opts->baseObj; /* bypass integer recognition if looks like "now" or "-now" */ - if ((baseObj->bytes && + if ((baseObj->bytes && ((baseObj->length == 3 && baseObj->bytes[0] == 'n') || (baseObj->length == 4 && baseObj->bytes[1] == 'n'))) || TclGetWideIntFromObj(NULL, baseObj, &baseVal) != TCL_OK) { |