]> git.pld-linux.org Git - packages/libxml2.git/commitdiff
- new patch (fixes bug bugzilla.gnome.org#312181)
authorjpc <jpc@pld-linux.org>
Mon, 1 Aug 2005 01:59:29 +0000 (01:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxml2-python_xmlAttr_parent.patch -> 1.1

libxml2-python_xmlAttr_parent.patch [new file with mode: 0644]

diff --git a/libxml2-python_xmlAttr_parent.patch b/libxml2-python_xmlAttr_parent.patch
new file mode 100644 (file)
index 0000000..96d89c0
--- /dev/null
@@ -0,0 +1,10 @@
+--- libxml2-2.6.20/python/libxml.c~    2005-06-26 17:00:26.000000000 +0200
++++ libxml2-2.6.20/python/libxml.c     2005-08-01 03:41:30.250050600 +0200
+@@ -2529,6 +2529,7 @@
+                 res = attr->parent;
+             }
++            break;
+         case XML_ENTITY_DECL:
+         case XML_NAMESPACE_DECL:
+         case XML_XINCLUDE_START:
This page took 0.119877 seconds and 4 git commands to generate.