diff options
| author | sebres <sebres@users.sourceforge.net> | 2024-04-14 13:32:04 (GMT) |
|---|---|---|
| committer | sebres <sebres@users.sourceforge.net> | 2024-04-14 13:32:04 (GMT) |
| commit | b2b727664fc2a795f46b585a2a54412321115e81 (patch) | |
| tree | f9fd9f5eb33f20824a9ade454ad3b821c26955f0 | |
| parent | 1443b389750d24693a94978a8665ae6813e8c01d (diff) | |
| download | tcl-b2b727664fc2a795f46b585a2a54412321115e81.zip tcl-b2b727664fc2a795f46b585a2a54412321115e81.tar.gz tcl-b2b727664fc2a795f46b585a2a54412321115e81.tar.bz2 | |
revert [0e273ad998f16100], because of bug-fix in tclHash
| -rw-r--r-- | generic/tclClockFmt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclClockFmt.c b/generic/tclClockFmt.c index e63b642..1a506a9 100644 --- a/generic/tclClockFmt.c +++ b/generic/tclClockFmt.c @@ -560,7 +560,6 @@ ClockFmtScnStorageAllocProc( memset(fss, 0, sizeof(*fss)); hPtr = HashEntry4FmtScn(fss); - hPtr->key.oneWordValue = 0; /* See Ticket [167e0635db] */ memcpy(&hPtr->key.string, string, size); hPtr->clientData = 0; /* currently unused */ |
