summaryrefslogtreecommitdiffstats
path: root/library/clock.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-17 16:48:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-17 16:48:07 (GMT)
commit303fbfc4be38a234f52db032c7cb87d0482e9cdc (patch)
tree66ee4234a0e26320abcd0f368723678802da4825 /library/clock.tcl
parent77bbf50dd013a1499fe6bdde0272882ea3c52fd7 (diff)
parentae243c85b7e7b470ea541cce41e76cd2cd7474f6 (diff)
downloadtcl-303fbfc4be38a234f52db032c7cb87d0482e9cdc.zip
tcl-303fbfc4be38a234f52db032c7cb87d0482e9cdc.tar.gz
tcl-303fbfc4be38a234f52db032c7cb87d0482e9cdc.tar.bz2
Merge 8.7
Diffstat (limited to 'library/clock.tcl')
-rw-r--r--library/clock.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/clock.tcl b/library/clock.tcl
index 8e4b657..49dfdbe 100644
--- a/library/clock.tcl
+++ b/library/clock.tcl
@@ -3452,7 +3452,7 @@ proc ::tcl::clock::ReadZoneinfoFile {fileName fname} {
set times [linsert $times 0 $MINWIDE]
set codes {}
foreach c $tempCodes {
- lappend codes [expr { $c & 0xff }]
+ lappend codes [expr { $c & 0xFF }]
}
set codes [linsert $codes 0 0]