diff options
author | krion <krion@FreeBSD.org> | 2003-10-31 22:19:52 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-31 22:19:52 +0000 |
commit | 386e869d1665bbb425ca15baa5062c7127e1e857 (patch) | |
tree | a3ff89134c4132ac439d8227d4cdbf5cc06a64b6 /textproc/xmlwrapp/files | |
parent | a15fb9d4f97cf5a7980e50be9d27b4009c7046e3 (diff) | |
download | FreeBSD-ports-386e869d1665bbb425ca15baa5062c7127e1e857.zip FreeBSD-ports-386e869d1665bbb425ca15baa5062c7127e1e857.tar.gz |
- Update to version 0.4.4
PR: 58772
Submitted by: Ports Fury
Diffstat (limited to 'textproc/xmlwrapp/files')
-rw-r--r-- | textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx b/textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx deleted file mode 100644 index 984b51e..0000000 --- a/textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libxml/tree_parser.cxx.orig Thu Oct 23 08:30:38 2003 -+++ src/libxml/tree_parser.cxx Thu Oct 23 08:30:44 2003 -@@ -62,7 +62,7 @@ - struct xml::tree_impl { - tree_impl (void) : last_error_(const_default_error), warnings_(false), okay_(false) { - std::memset(&sax_, 0, sizeof(sax_)); -- initxmlDefaultSAXHandler(&sax_, 0); -+ xmlSAX2InitDefaultSAXHandler(&sax_, 0); - - sax_.warning = cb_tree_warning; - sax_.error = cb_tree_error; |