CMUCL commit: src/code (fd-stream.lisp)

Raymond Toy rtoy at common-lisp.net
Fri Jul 2 13:57:54 CEST 2010


    Date: Friday, July 2, 2010 @ 07:57:54
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/code

Modified: fd-stream.lisp

Oops.  Remove stray character.


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


Index: src/code/fd-stream.lisp
diff -u src/code/fd-stream.lisp:1.103 src/code/fd-stream.lisp:1.104
--- src/code/fd-stream.lisp:1.103	Thu Jul  1 22:50:35 2010
+++ src/code/fd-stream.lisp	Fri Jul  2 07:57:53 2010
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /project/cmucl/cvsroot/src/code/fd-stream.lisp,v 1.103 2010-07-02 02:50:35 rtoy Exp $")
+  "$Header: /project/cmucl/cvsroot/src/code/fd-stream.lisp,v 1.104 2010-07-02 11:57:53 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1817,7 +1817,7 @@
 					      :pathname pathname
 					      :buffering buffering
 					      :timeout timeout)
-b		    (%make-fd-stream :fd fd
+		    (%make-fd-stream :fd fd
 				     :name name
 				     :file file
 				     :original original



More information about the cmucl-commit mailing list