[Expat-checkins] expat/doc reference.html,1.30,1.31
Fred L. Drake
fdrake@users.sourceforge.net
Thu, 29 Aug 2002 08:29:54 -0700
Update of /cvsroot/expat/expat/doc
In directory usw-pr-cvs1:/tmp/cvs-serv17298/doc
Modified Files:
reference.html
Log Message:
The strings returned as part of the XML_Feature structure should be of type
XML_LChar*, not XML_Char*.
Index: reference.html
===================================================================
RCS file: /cvsroot/expat/expat/doc/reference.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- reference.html 29 Aug 2002 04:54:04 -0000 1.30
+++ reference.html 29 Aug 2002 15:29:51 -0000 1.31
@@ -1716,7 +1716,7 @@
typedef struct {
enum XML_FeatureEnum feature;
- XML_Char *name;
+ XML_LChar *name;
} XML_Feature;
</pre>
<div class="fcndef">