]> granicus.if.org Git - libexpat/commitdiff
The strings returned as part of the XML_Feature structure should be of type
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 29 Aug 2002 15:29:52 +0000 (15:29 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 29 Aug 2002 15:29:52 +0000 (15:29 +0000)
XML_LChar*, not XML_Char*.

expat/doc/reference.html
expat/lib/expat.h

index 1cef79bce465adff0e8f672779bfb4686068960d..afac0916f1c071c99126a2005c774ce311b364cb 100644 (file)
@@ -1716,7 +1716,7 @@ enum XML_FeatureEnum {
 
 typedef struct {
   enum XML_FeatureEnum  feature;
-  XML_Char             *name;
+  XML_LChar            *name;
 } XML_Feature;
 </pre>
 <div class="fcndef">
index 5a8054e3873f61e584ab67de83b470a364232b05..63c08527537e60742f94516ddd91393d4bf24045 100644 (file)
@@ -881,7 +881,7 @@ enum XML_FeatureEnum {
 
 typedef struct {
   enum XML_FeatureEnum  feature;
-  XML_Char             *name;
+  XML_LChar            *name;
 } XML_Feature;
 
 XMLPARSEAPI(const XML_Feature *)