aboutsummaryrefslogtreecommitdiff
path: root/src/interp/int-top.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/int-top.boot')
-rw-r--r--src/interp/int-top.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/int-top.boot b/src/interp/int-top.boot
index e7db6a29..a4d1bf5c 100644
--- a/src/interp/int-top.boot
+++ b/src/interp/int-top.boot
@@ -279,7 +279,7 @@ mkLineList lines ==
nonBlank str ==
value := false
- for i in 0..MAXINDEX str repeat
+ for i in 0..maxIndex str repeat
str.i ~= char " " =>
value := true
return value