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 27c526da..518ace12 100644
--- a/src/interp/br-util.boot
+++ b/src/interp/br-util.boot
@@ -535,7 +535,7 @@ emptySearchPage(kind,filter,:options) ==
isLoaded? conform == GETL(constructor? opOf conform,'LOADED)
string2Integer s ==
- and/[DIGIT_-CHAR_-P (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 ==