1.0.32.9: fix thinko in DEFINE-EXTERNAL-FORMAT/VARIABLE-WIDTH
authorNathan Froyd <froydnj@cs.rice.edu>
Fri, 30 Oct 2009 18:44:34 +0000 (18:44 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Fri, 30 Oct 2009 18:44:34 +0000 (18:44 +0000)
Users of this OUTPUT-BYTES/FOO function must have been perfect.

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

index cc026d4..655ee64 100644 (file)
           (declare (type index start end))
           (synchronize-stream-output stream)
           (unless (<= 0 start end (length string))
-            (sequence-bounding-indices-bad string start end))
+            (sequence-bounding-indices-bad-error string start end))
           (do ()
               ((= end start))
             (let ((obuf (fd-stream-obuf stream)))
index a8e79b7..f235319 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.32.8"
+"1.0.32.9"