components/libxml2/patches/07.proto-mismatch.patch
changeset 1044 ab6b15638457
parent 1043 585b09419d1c
child 1045 2dbef0a33dc7
--- a/components/libxml2/patches/07.proto-mismatch.patch	Tue Nov 06 16:27:21 2012 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- libxml2-2.7.6/relaxng.c.proto-mismatch	Thu Oct  8 00:39:20 2009
-+++ libxml2-2.7.6/relaxng.c	Thu Oct  8 00:41:57 2009
-@@ -5369,7 +5369,7 @@
-     } else {
-         xmlRngPErr(ctxt, node, XML_RNGP_CHOICE_CONTENT,
-                    "expecting name, anyName, nsName or choice : got %s\n",
--                   (node == NULL ? "nothing" : node->name), NULL);
-+                   (node == NULL ? (const unsigned char *)"nothing" : node->name), NULL);
-         return (NULL);
-     }
-     if (ret != def) {