summaryrefslogtreecommitdiff
path: root/lib/xmlparse.c
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2004-12-21 18:30:52 +0000
committerkwaclaw <kwaclaw>2004-12-21 18:30:52 +0000
commit84404526d443f12afb6b615f9114b7816bd991c6 (patch)
tree5adafc4e30b79a424e42feadf90d3de822572b0c /lib/xmlparse.c
parentb7cf5f6e0ee3f1b40e563998b675f218dcd99734 (diff)
downloadlibexpat-84404526d443f12afb6b615f9114b7816bd991c6.tar.gz
Improved error message - see bug # 972802.
Diffstat (limited to 'lib/xmlparse.c')
-rw-r--r--lib/xmlparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmlparse.c b/lib/xmlparse.c
index 4679891..e6badfb 100644
--- a/lib/xmlparse.c
+++ b/lib/xmlparse.c
@@ -1854,7 +1854,7 @@ XML_ErrorString(enum XML_Error code)
XML_L("reference to invalid character number"),
XML_L("reference to binary entity"),
XML_L("reference to external entity in attribute"),
- XML_L("xml declaration not at start of external entity"),
+ XML_L("XML or text declaration not at start of entity"),
XML_L("unknown encoding"),
XML_L("encoding specified in XML declaration is incorrect"),
XML_L("unclosed CDATA section"),