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.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/htcheck.boot b/src/interp/htcheck.boot
index 67de7673..c548fcbb 100644
--- a/src/interp/htcheck.boot
+++ b/src/interp/htcheck.boot
@@ -85,7 +85,7 @@ $primitiveHtCommands := '(
buildHtMacroTable() ==
$htMacroTable := MAKE_-HASHTABLE 'UEQUAL
- fn := CONCAT(systemRootDirectory(), '"/share/hypertex/pages/util.ht")
+ fn := strconc(systemRootDirectory(), '"/share/hypertex/pages/util.ht")
if PROBE_-FILE(fn) then
instream := MAKE_-INSTREAM fn
while not EOFP instream repeat