X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fpathname.lisp;h=07e9a4e6a220ac3c9ce409e87d4af9aa4e4f0a3c;hb=67dc5cf478dfe5e3f517001febb9a8f7b922eacf;hp=61195bdf399b356d1bf0cfa651ac2c1b4d0621a7;hpb=22b819c0cd0ca0ea5be52ba280b9e9e0b8e86210;p=sbcl.git diff --git a/src/code/pathname.lisp b/src/code/pathname.lisp index 61195bd..07e9a4e 100644 --- a/src/code/pathname.lisp +++ b/src/code/pathname.lisp @@ -37,7 +37,7 @@ (lambda (x) (logical-host-name (%pathname-host x)))) (unparse-directory #'unparse-logical-directory) - (unparse-file #'unparse-unix-file) + (unparse-file #'unparse-logical-file) (unparse-enough #'unparse-enough-namestring) (customary-case :upper))) (name "" :type simple-base-string)