X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ffilesys.lisp;h=cd62fa6a4065ca95d1710cadd7554da0c39ee902;hb=95591ed483dbb8c0846c129953acac1554f28809;hp=e5bda9e30d291d8bda76f07e7df9c70700767c01;hpb=0c44a68572089d61cf6c7dd07a2ac724b35a112e;p=sbcl.git diff --git a/src/code/filesys.lisp b/src/code/filesys.lisp index e5bda9e..cd62fa6 100644 --- a/src/code/filesys.lisp +++ b/src/code/filesys.lisp @@ -477,7 +477,7 @@ If FILE is a stream, on Windows the stream is closed immediately. On Unix plaforms the stream remains open, allowing IO to continue: the OS resources associated with the deleted file remain available till the stream is closed as per standard Unix unlink() behaviour." - (let* ((pathname (pathname file)) + (let* ((pathname (translate-logical-pathname file)) (namestring (native-namestring pathname :as-file t))) (truename file) ; for error-checking side-effect #!+win32