X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Ftarget-pathname.lisp;h=f57d5b30d3ab5da4810e5d02adfc762391a98d67;hb=54b330585ed41edeb93a289f0e59aec67fa9ded9;hp=bff90db738ecd89ca829e4333ab9b0ed88787145;hpb=5a7debb7fa6c532ffc4ff41f61352336d9a93697;p=sbcl.git diff --git a/src/code/target-pathname.lisp b/src/code/target-pathname.lisp index bff90db..f57d5b3 100644 --- a/src/code/target-pathname.lisp +++ b/src/code/target-pathname.lisp @@ -1302,7 +1302,7 @@ PARSE-NAMESTRING." is not alphanumeric or hyphen:~% ~S" :args (list ch) :namestring word :offset i)))) - (coerce word 'base-string))) + (coerce word 'string))) ; why not simple-string? ;;; Given a logical host or string, return a logical host. If ERROR-P ;;; is NIL, then return NIL when no such host exists.