1.0.32.12: Fix slot-value on specialized parameters in SVUC methods
[sbcl.git] / src / code / fd-stream.lisp
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)))