mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 21:24:59 +00:00
Change parameter entity reference message so that it's not misleading in weird cases.
This commit is contained in:
parent
586519240e
commit
8190301827
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ const char *XML_ErrorString(int code)
|
|||
"mismatched tag",
|
||||
"duplicate attribute",
|
||||
"junk after document element",
|
||||
"parameter entity reference not allowed within declaration in internal subset",
|
||||
"illegal parameter entity reference",
|
||||
"undefined entity",
|
||||
"recursive entity reference",
|
||||
"asynchronous entity",
|
||||
|
|
Loading…
Add table
Reference in a new issue