[Expat-checkins] expat/lib expat.h,1.39,1.40
Fred L. Drake
fdrake@users.sourceforge.net
Thu, 29 Aug 2002 08:29:54 -0700
Update of /cvsroot/expat/expat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv17298/lib
Modified Files:
expat.h
Log Message:
The strings returned as part of the XML_Feature structure should be of type
XML_LChar*, not XML_Char*.
Index: expat.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/expat.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- expat.h 29 Aug 2002 04:54:04 -0000 1.39
+++ expat.h 29 Aug 2002 15:29:52 -0000 1.40
@@ -881,7 +881,7 @@
typedef struct {
enum XML_FeatureEnum feature;
- XML_Char *name;
+ XML_LChar *name;
} XML_Feature;
XMLPARSEAPI(const XML_Feature *)