Skip to content

Commit 2d3cd82

Browse files
committed
Fix result enum type XML_Error -> XML_Status
Code did not compile on linux64
1 parent c33cec3 commit 2d3cd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XML/src/xmlparse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@ XML_Parse(XML_Parser parser, const char *s, int len, int isFinal)
15571557
else if (bufferPtr == bufferEnd) {
15581558
const char *end;
15591559
int nLeftOver;
1560-
enum XML_Error result;
1560+
enum XML_Status result;
15611561
parseEndByteIndex += len;
15621562
positionPtr = s;
15631563
ps_finalBuffer = (XML_Bool)isFinal;

0 commit comments

Comments
 (0)