X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ffd-stream.lisp;h=8206e41f41758eb076b8f8c7b64120dc5ea8e275;hb=422b88abf96f4842a3d0999cd3b80d96f5a153d6;hp=7015b2a8e9853feda73cfdafb8a59238998127be;hpb=dc5e3163fe667e2629c7769aa8cf2e501eeeefa6;p=sbcl.git diff --git a/src/code/fd-stream.lisp b/src/code/fd-stream.lisp index 7015b2a..8206e41 100644 --- a/src/code/fd-stream.lisp +++ b/src/code/fd-stream.lisp @@ -1082,7 +1082,7 @@ (:io (values t t sb!unix:o_rdwr)) (:probe (values t nil sb!unix:o_rdonly))) (declare (type index mask)) - (let* ((pathname (pathname filename)) + (let* ((pathname (merge-pathnames filename)) (namestring (cond ((unix-namestring pathname input)) ((and input (eq if-does-not-exist :create))