aboutsummaryrefslogtreecommitdiff
path: root/src/interp/word.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/word.boot')
-rw-r--r--src/interp/word.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/word.boot b/src/interp/word.boot
index 8387a2ab..3f3debd4 100644
--- a/src/interp/word.boot
+++ b/src/interp/word.boot
@@ -373,7 +373,7 @@ hasWildCard? str ==
maskConvert str ==
--replace all ? not preceded by an underscore by &
- buf:= GETSTR(#str)
+ buf:= makeString #str
j:= 0 --index into res
final := maxIndex str
for i in 0..final repeat