aboutsummaryrefslogtreecommitdiff
path: root/tools/benchtable.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/benchtable.tcl')
-rw-r--r--tools/benchtable.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/benchtable.tcl b/tools/benchtable.tcl
index 77c44f8..df14884 100644
--- a/tools/benchtable.tcl
+++ b/tools/benchtable.tcl
@@ -32,7 +32,7 @@ proc main {filename} {
if {$v eq "F"} {
puts -nonewline " F "
} else {
- puts -nonewline [format "% 6d " [expr {$v / 1000}]]
+ puts -nonewline [format "% 6d " $v]
}
}
puts ""