aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-timer.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-timer.boot')
-rw-r--r--src/interp/g-timer.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-timer.boot b/src/interp/g-timer.boot
index a93d01e1..a6608432 100644
--- a/src/interp/g-timer.boot
+++ b/src/interp/g-timer.boot
@@ -98,7 +98,7 @@ normalizeStatAndStringify t ==
float? t =>
t := roundStat t
t = 0.0 => '"0"
- FORMAT(nil,'"~,2F",t)
+ formatToString('"~,2F",t)
integer? t =>
K := 1024
M := K*K