Changeset 5418


Ignore:
Timestamp:
Oct 23, 2006, 11:55:14 PM (18 years ago)
Author:
Gary Byers
Message:

When recycling string-output-stream-ioblocks, set the IOBLOCK-CHARPOS
to 0. (Failure to do this can screw up the pretty-printer, among
other things.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-streams.lisp

    r5413 r5418  
    41244124                                   (ioblock-stream data)
    41254125                                   (ioblock-stream data) stream
     4126                                   (ioblock-charpos data) 0
    41264127                                   (string-output-stream-ioblock-index data) 0))
    41274128                           data)))))
Note: See TracChangeset for help on using the changeset viewer.