X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ffd-stream.lisp;h=b403ffad183e2124e9eea0e7f9e42b89ea37d153;hb=ba176faab453c2b5d4d9a6667a84680c8783c957;hp=ce075166f2f47a4ac065f502aea8a42f18fdc376;hpb=61b189e9b70c125a31eaf041a55e00b517cafbd3;p=sbcl.git diff --git a/src/code/fd-stream.lisp b/src/code/fd-stream.lisp index ce07516..b403ffa 100644 --- a/src/code/fd-stream.lisp +++ b/src/code/fd-stream.lisp @@ -1225,7 +1225,7 @@ (open-error "~@" pathname)) (t nil))) - ((and (eql errno sb!unix:eexist) if-exists) + ((and (eql errno sb!unix:eexist) (null if-exists)) nil) (t (vanilla-open-error)))))))))