[libxml2] Type mismatch in xmlschemas.c



commit f3d79416d792ee879b952430fc8e3311c050e218
Author: Gaurav <g gupta samsung com>
Date:   Thu Nov 28 22:53:54 2013 +0800

    Type mismatch in xmlschemas.c
    
    For https://bugzilla.gnome.org/show_bug.cgi?id=715152

 xmlschemas.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xmlschemas.c b/xmlschemas.c
index 121533f..9f7dd5a 100644
--- a/xmlschemas.c
+++ b/xmlschemas.c
@@ -10755,7 +10755,7 @@ xmlSchemaParseImport(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema,
            XML_SCHEMAP_S4S_ATTR_INVALID_VALUE,
            NULL, node,
            xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYURI),
-           NULL, namespaceName, NULL, NULL, NULL);
+           NULL, schemaLocation, NULL, NULL, NULL);
        return (pctxt->err);
     }
     /*


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]