Skip to content
Snippets Groups Projects
Commit 57aa7654 authored by pw's avatar pw
Browse files

Previous revision had missing space resulting in bogus symbol name.

parent c6543cb5
No related branches found
No related tags found
No related merge requests found
......@@ -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.50 2001/05/14 13:13:39 pw Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.51 2001/05/18 13:50:04 pw Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -1526,7 +1526,8 @@ a host-structure or string."
(or (gethash valid-hostname *logical-hosts*)
(and *autoload-translations*
(ignore-errors
(load-logical-pathname-translationsvalid-hostname))
(load-logical-pathname-translations
valid-hostname))
(gethash valid-hostname *logical-hosts*))))))
(if (or found (not errorp))
found
......
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