1.0.31.25: fix thinko in ECHO-N-BIN
authorNathan Froyd <froydnj@cs.rice.edu>
Tue, 29 Sep 2009 01:27:33 +0000 (01:27 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Tue, 29 Sep 2009 01:27:33 +0000 (01:27 +0000)
I happened to look at some STYLE-WARNINGs in octets.lisp and found this
gem.  Sometimes it's nice having a chatty compiler...

src/code/stream.lisp
version.lisp-expr

index 4158071..9003e42 100644 (file)
     ;; not work either.
     (when (echo-stream-unread-stuff stream)
       (let* ((char (read-char stream))
-             (octets (octets-to-string
+             (octets (string-to-octets
                       (string char)
                       :external-format
                       (stream-external-format
index 25ce88e..6e86628 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.31.24"
+"1.0.31.25"