diff --git a/code/pathname.lisp b/code/pathname.lisp index 7e0645b8c2caf312ed1b4d7174d418fc806912b2..aad46a47f2aae26dd0da736608f4c751ed772458 100644 --- a/code/pathname.lisp +++ b/code/pathname.lisp @@ -4,7 +4,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.57 2002/10/16 14:01:01 toy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.58 2002/10/16 14:44:39 toy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1976,7 +1976,7 @@ a host-structure or string." (translate-pathname pathname from to))))))) (pathname pathname) (stream (translate-logical-pathname (pathname pathname))) - (t (translate-logical-pathname (logical-pathname pathname))))) + (t (translate-logical-pathname (pathname pathname))))) (defvar *logical-pathname-defaults* (%make-logical-pathname (make-logical-host :name "BOGUS") :unspecific