Changeset 5145


Ignore:
Timestamp:
Sep 6, 2006, 3:39:01 PM (18 years ago)
Author:
Gary Byers
Message:

kids: bourbon and editing COPY-READTABLE don't mix!

File:
1 edited

Legend:

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

    r5106 r5145  
    214214  (let* ((fttab (rdtab.ttab from))
    215215         (tttab (rdtab.ttab to)))
    216     (%copy-ivector-to-ivector fttab 0 tttab 0 257)))
     216    (%copy-ivector-to-ivector fttab 0 tttab 0 256))
     217  to)
    217218
    218219(declaim (inline %character-attribute))
Note: See TracChangeset for help on using the changeset viewer.