Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 57010 Details for
Bug 89694
New version of libxmlpp
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libxmlpp-2.10.0-use-correct-callback.diff
libxmlpp-2.10.0-use-correct-callback.diff (text/plain), 750 bytes, created by
Aaron Walker (RETIRED)
on 2005-04-23 08:13:32 UTC
(
hide
)
Description:
libxmlpp-2.10.0-use-correct-callback.diff
Filename:
MIME Type:
Creator:
Aaron Walker (RETIRED)
Created:
2005-04-23 08:13:32 UTC
Size:
750 bytes
patch
obsolete
>diff --exclude='*~' -ur 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-23 07:54:18.000000000 -0400 >+++ libxml++-2.10.0/libxml++/parsers/saxparser.cc 2005-04-23 10:45:22.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) ) );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 89694
:
56998
| 57010 |
57011