From a1f22b3c086fd59035e5ddbdfeb4015d704ee5d3 Mon Sep 17 00:00:00 2001
From: emarsden <emarsden>
Date: Wed, 11 Jun 2003 13:00:17 +0000
Subject: [PATCH] Fix typo in DELETE-ORIGINAL.

---
 code/fd-stream.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/fd-stream.lisp b/code/fd-stream.lisp
index b4e84878a..c152523b4 100644
--- a/code/fd-stream.lisp
+++ b/code/fd-stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream.lisp,v 1.68 2003/06/10 16:52:36 toy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream.lisp,v 1.69 2003/06/11 13:00:17 emarsden Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -957,7 +957,7 @@
       (unless okay
 	(cerror "Go on as if nothing bad happened."
 		"Could not delete ~S during close of ~S: ~A"
-		original stream (unix:get-unix-error-msg err))))))
+		original filename (unix:get-unix-error-msg err))))))
 
 ;;; FD-STREAM-MISC-ROUTINE -- input
 ;;;
-- 
GitLab