aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/br-util.boot')
-rw-r--r--src/interp/br-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/br-util.boot b/src/interp/br-util.boot
index 5ad260ae..5c8a5a15 100644
--- a/src/interp/br-util.boot
+++ b/src/interp/br-util.boot
@@ -536,7 +536,7 @@ isLoaded? conform ==
property(getConstructorAbbreviationFromDB opOf conform,'LOADED)
string2Integer s ==
- and/[digit? (s.i) for i in 0..MAXINDEX s] => readInteger s
+ and/[digit? (s.i) for i in 0..maxIndex s] => readInteger s
nil
dbGetInputString htPage ==