blob: a6c2f41c06c4565afde1c15d9dd4ae5956bae37f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --exclude='*~' -urN libxml++-2.10.0.orig/libxml++/parsers/saxparser.cc libxml++-2.10.0/libxml++/parsers/saxparser.cc
--- libxml++-2.10.0.orig/libxml++/parsers/saxparser.cc 2005-04-27 03:52:24.000000000 -0400
+++ libxml++-2.10.0/libxml++/parsers/saxparser.cc 2005-04-27 03:53:23.000000000 -0400
@@ -395,7 +395,7 @@
// Here we force the use of Glib::ustring::ustring( InputIterator begin, InputIterator end )
// instead of Glib::ustring::ustring( const char*, size_type ) because it
// expects the length of the string in characters, not in bytes.
- parser->on_cdata_block(
+ parser->on_characters(
Glib::ustring(
reinterpret_cast<const char *>(ch),
reinterpret_cast<const char *>(ch + len) ) );
|