Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89694 | Differences between
and this patch

Collapse All | Expand All

(-)libxml++-2.10.0.orig/libxml++/parsers/saxparser.cc (-1 / +1 lines)
Lines 395-401 Link Here
395
    // Here we force the use of Glib::ustring::ustring( InputIterator begin, InputIterator end )
395
    // Here we force the use of Glib::ustring::ustring( InputIterator begin, InputIterator end )
396
    // instead of Glib::ustring::ustring( const char*, size_type ) because it
396
    // instead of Glib::ustring::ustring( const char*, size_type ) because it
397
    // expects the length of the string in characters, not in bytes.
397
    // expects the length of the string in characters, not in bytes.
398
    parser->on_cdata_block(
398
    parser->on_characters(
399
        Glib::ustring(
399
        Glib::ustring(
400
          reinterpret_cast<const char *>(ch),
400
          reinterpret_cast<const char *>(ch),
401
          reinterpret_cast<const char *>(ch + len) ) );
401
          reinterpret_cast<const char *>(ch + len) ) );

Return to bug 89694