aboutsummaryrefslogtreecommitdiff
path: root/src/interp/cformat.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/cformat.boot')
-rw-r--r--src/interp/cformat.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/cformat.boot b/src/interp/cformat.boot
index c4d48eac..2a79baaf 100644
--- a/src/interp/cformat.boot
+++ b/src/interp/cformat.boot
@@ -53,7 +53,7 @@ porigin x ==
%fname x ==
[function pfname, x]
pfname x ==
- PathnameString x
+ NAMESTRING x
%pos p == [function ppos, p]