Skip to content
  • David C. Lonie's avatar
    Accumulate character data between calls to CharacterDataHandler. · 47dba442
    David C. Lonie authored
    This fixes a bug where character data was split across two 4k
    buffer payloads (read by vtkXMLParser) leading to incorrect parsing
    of the text (the first bit was discarded and the second bit was treated
    as the entire string).
    
    Change-Id: I1196a8d4bc7a55aaf5a5c5113e9c4112f97858de
    47dba442