[Expat-checkins] expat/lib xmlparse.c,1.72,1.73

Fred L. Drake fdrake@users.sourceforge.net
Mon, 26 Aug 2002 14:22:37 -0700


Update of /cvsroot/expat/expat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv27301

Modified Files:
	xmlparse.c 
Log Message:
Fix a broken error message about the XML declaration.
Closes SF bug #596555.


Index: xmlparse.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmlparse.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- xmlparse.c	26 Aug 2002 19:54:24 -0000	1.72
+++ xmlparse.c	26 Aug 2002 21:22:35 -0000	1.73
@@ -1552,7 +1552,7 @@
     XML_L("reference to invalid character number"),
     XML_L("reference to binary entity"),
     XML_L("reference to external entity in attribute"),
-    XML_L("xml processing instruction not at start of external entity"),
+    XML_L("xml declaration not at start of external entity"),
     XML_L("unknown encoding"),
     XML_L("encoding specified in XML declaration is incorrect"),
     XML_L("unclosed CDATA section"),