Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    e8f64b3f
    Fix ticket:74 · e8f64b3f
    Raymond Toy authored
    When accounting for the octets left in the in-buffer that we haven't
    read (or converted to characters), we were subtracting the index from
    the total in-buffer length.  This is wrong if the file is less than
    the total in-buffer length.  We should have subtracted from the actual
    number of octets in the in-buffer.
    e8f64b3f
    History
    Fix ticket:74
    Raymond Toy authored
    When accounting for the octets left in the in-buffer that we haven't
    read (or converted to characters), we were subtracting the index from
    the total in-buffer length.  This is wrong if the file is less than
    the total in-buffer length.  We should have subtracted from the actual
    number of octets in the in-buffer.