Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f045914 commit 52ca0ddCopy full SHA for 52ca0dd
1 file changed
Modules/expat/xmlparse.c
@@ -1539,7 +1539,7 @@ enum XML_Status XMLCALL
1539
XML_ParseBuffer(XML_Parser parser, int len, int isFinal)
1540
{
1541
const char *start;
1542
- enum XML_Error result = XML_STATUS_OK;
+ enum XML_Status result = XML_STATUS_OK;
1543
1544
switch (parsing) {
1545
case XML_SUSPENDED:
@@ -1698,7 +1698,7 @@ XML_StopParser(XML_Parser parser, XML_Bool resumable)
1698
enum XML_Status XMLCALL
1699
XML_ResumeParser(XML_Parser parser)
1700
1701
1702
1703
if (parsing != XML_SUSPENDED) {
1704
errorCode = XML_ERROR_NOT_SUSPENDED;
0 commit comments