aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-syscmd.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-syscmd.boot')
-rw-r--r--src/interp/i-syscmd.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/i-syscmd.boot b/src/interp/i-syscmd.boot
index 0c0df310..90c4073d 100644
--- a/src/interp/i-syscmd.boot
+++ b/src/interp/i-syscmd.boot
@@ -1655,7 +1655,7 @@ setHistoryCore inCore ==
$internalHistoryTable := NIL
if $IOindex ~= 0 then
-- actually put something in there
- l := LENGTH RKEYIDS histFileName()
+ l := # RKEYIDS histFileName()
for i in 1..l repeat
vec:= UNWIND_-PROTECT(readHiFi(i),disableHist())
$internalHistoryTable := [[i,:vec],:$internalHistoryTable]
@@ -1875,7 +1875,7 @@ restoreHistory(fn) ==
histFileErase curfile
_$FCOPY(restfile,curfile)
- l:= LENGTH RKEYIDS curfile
+ l:= # RKEYIDS curfile
$HiFiAccess:= true
oldInternal := $useInternalHistoryTable
$useInternalHistoryTable := NIL