X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fpathname.lisp;h=cea8b1381bf56aac5316038da9de34a579536a21;hb=367316f5f21281204393853910848fea7fb9a6ab;hp=2fa8fa069fc2ca2c043104710b0655ea0d990c7a;hpb=8c685e1fee08b4d1d9ef43b8d2784ac283c94096;p=sbcl.git diff --git a/src/code/pathname.lisp b/src/code/pathname.lisp index 2fa8fa0..cea8b13 100644 --- a/src/code/pathname.lisp +++ b/src/code/pathname.lisp @@ -52,7 +52,7 @@ (unparse-enough #'unparse-enough-namestring) (unparse-directory-separator ";") (customary-case :upper))) - (name "" :type simple-base-string) + (name "" :type simple-string) (translations nil :type list) (canon-transls nil :type list))