aboutsummaryrefslogtreecommitdiff
path: root/src/interp/htcheck.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/htcheck.boot')
-rw-r--r--src/interp/htcheck.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/htcheck.boot b/src/interp/htcheck.boot
index 34412254..70ac5d43 100644
--- a/src/interp/htcheck.boot
+++ b/src/interp/htcheck.boot
@@ -107,8 +107,8 @@ getHtMacroItem line ==
i = m => 0
j := charPosition(char '_],line,i + 1)
digitString := SUBSTRING(line,i + 1,j - i - 1)
- and/[DIGITP digitString.i for i in 0..MAXINDEX digitString]
- => PARSE_-INTEGER digitString
+ and/[digit? digitString.i for i in 0..MAXINDEX digitString]
+ => readInteger digitString
return nil
[command,:numOfArgs]