Skip to content
Snippets Groups Projects
Commit 9efb3687 authored by toy's avatar toy
Browse files

The pathname for PROBE-FILE is supposed to be merged with

*DEFAULT-PATHNAME-DEFAULTS*
parent 81dbe24a
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/filesys.lisp,v 1.77 2004/01/09 04:11:07 toy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/filesys.lisp,v 1.78 2004/01/09 15:09:27 toy Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -791,7 +791,7 @@ ...@@ -791,7 +791,7 @@
(error 'simple-file-error (error 'simple-file-error
:pathname pathname :pathname pathname
:format-control "Bad place for a wild pathname.") :format-control "Bad place for a wild pathname.")
(let ((namestring (unix-namestring pathname t))) (let ((namestring (unix-namestring (merge-pathnames pathname) t)))
(when (and namestring (unix:unix-file-kind namestring)) (when (and namestring (unix:unix-file-kind namestring))
(let ((truename (unix:unix-resolve-links (let ((truename (unix:unix-resolve-links
(unix:unix-maybe-prepend-current-directory (unix:unix-maybe-prepend-current-directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment