+ fixed bug in table initialization
This commit is contained in:
parent
f4d42e06be
commit
1602ae0be1
|
@ -23,7 +23,7 @@
|
|||
(cons (+ 1 (car count.time))
|
||||
(+ run-time (cdr count.time))))))
|
||||
(else
|
||||
(table-set! *profile-table* name (cons name run-time)))))
|
||||
(table-set! *profile-table* name (cons 0 run-time)))))
|
||||
|
||||
(define (hundredths n)
|
||||
(let ((n (round (quotient n 10))))
|
||||
|
|
Loading…
Reference in New Issue