diff options
Diffstat (limited to 'src/interp/g-timer.boot')
-rw-r--r-- | src/interp/g-timer.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-timer.boot b/src/interp/g-timer.boot index 2877c4b7..26221309 100644 --- a/src/interp/g-timer.boot +++ b/src/interp/g-timer.boot @@ -78,7 +78,7 @@ makeLongStatStringByProperty _ if otherStatTotal > 0 then str := makeStatString(str,normalizeStatAndStringify otherStatTotal,'O,flag) total := total + otherStatTotal - cl := first LASSOC('other,listofnames) + cl := first symbolLassoc('other,listofnames) cl := first LASSOC(cl,listofclasses) PUT(cl,classprop, otherStatTotal + GETL(cl,classprop)) if flag ~= 'long then |