diff -r 295ea43ceb2d -r f51b73f49946 lisp/std/condition.lisp --- a/lisp/std/condition.lisp Wed Oct 02 23:39:07 2024 -0400 +++ b/lisp/std/condition.lisp Thu Oct 03 17:56:11 2024 -0400 @@ -11,7 +11,7 @@ :reader std-error-message)) (:documentation "Standard Error") (:report (lambda (condition stream) - (format stream "~X" (std-error-message condition))))) + (format stream "~A" (std-error-message condition))))) (defun std-error (&rest args) (cerror