diff options
Diffstat (limited to 'src/interp/br-util.boot')
-rw-r--r-- | src/interp/br-util.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/br-util.boot b/src/interp/br-util.boot index 55d8776a..27c526da 100644 --- a/src/interp/br-util.boot +++ b/src/interp/br-util.boot @@ -123,7 +123,7 @@ escapeString com == --this makes changes on single comment lines -- was htexCom look := 0 while look repeat - look >= SIZE com => look := [] + look >= #com => look := [] look := STRPOSL ('"${}#%", com, look, []) |