From 6ffe7a163b64164f0079037611a5868df668b11d Mon Sep 17 00:00:00 2001 From: pmai <pmai> Date: Mon, 10 Dec 2001 23:02:43 +0000 Subject: [PATCH] Committed user-supplied fix to Debian Bug#123208, which caused an error when printing the signalled condition. --- code/pathname.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/pathname.lisp b/code/pathname.lisp index cdc75dd26..a0f468cdd 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.53 2001/06/18 11:27:35 pw Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.54 2001/12/10 23:02:43 pmai Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1632,7 +1632,7 @@ a host-structure or string." (labels ((expecting (what chunks) (unless (and chunks (simple-string-p (caar chunks))) (error 'namestring-parse-error - :complaint "Expecting ~A, got ~:[nothing~;~S~]." + :complaint "Expecting ~A, got ~:[nothing~;~:*~S~]." :arguments (list what (caar chunks)) :namestring namestr :offset (if chunks (cdar chunks) end))) -- GitLab