aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-prof.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/br-prof.boot')
-rw-r--r--src/interp/br-prof.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/br-prof.boot b/src/interp/br-prof.boot
index f0117bd6..8cb80ce6 100644
--- a/src/interp/br-prof.boot
+++ b/src/interp/br-prof.boot
@@ -256,9 +256,9 @@ getInfoAlist conname ==
abb := getConstructorAbbreviationFromDB conname or return '"not a constructor"
fs := strconc(symbolName abb,'".NRLIB/info")
inStream :=
- PROBE_-FILE fs => OPEN fs
+ PROBE_-FILE fs => inputTextFile fs
filename := strconc('"/spad/int/algebra/",symbolName abb,'".NRLIB/info")
- PROBE_-FILE filename => OPEN filename
+ PROBE_-FILE filename => inputTextFile filename
return nil
alist := mySort READ inStream
if cat? then