aboutsummaryrefslogtreecommitdiff
path: root/src/interp/msg.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/msg.boot')
-rw-r--r--src/interp/msg.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/msg.boot b/src/interp/msg.boot
index 7fa2418f..9e14d732 100644
--- a/src/interp/msg.boot
+++ b/src/interp/msg.boot
@@ -516,7 +516,7 @@ makeMsgFromLine line ==
globalNumOfLine := poGlobalLinePosn posOfLine
localNumOfLine :=
i := poLinePosn posOfLine
- stNum := STRINGIMAGE i
+ stNum := toString i
strconc(rep(char " ", ($preLength - 7 - # stNum)),_
stNum)
['line,posOfLine,nil,nil, strconc('"Line", localNumOfLine),_