Index: counter.tcl =================================================================== RCS file: /cvsroot/tcllib/tcllib/modules/counter/counter.tcl,v retrieving revision 1.14 diff -c -r1.14 counter.tcl *** counter.tcl 25 Jan 2004 07:29:21 -0000 1.14 --- counter.tcl 28 Apr 2004 20:02:04 -0000 *************** *** 679,685 **** if {[info exists hourhist($i)]} { set dayhist($dayIndex) [expr {$dayhist($dayIndex) + $hourhist($i)}] if {$hourhist($i) > $max} { ! set mx $hourhist($i) } } } --- 679,685 ---- if {[info exists hourhist($i)]} { set dayhist($dayIndex) [expr {$dayhist($dayIndex) + $hourhist($i)}] if {$hourhist($i) > $max} { ! set max $hourhist($i) } } }