Skip to content

Commit

Permalink
Fix result enum type XML_Error -> XML_Status
Browse files Browse the repository at this point in the history
Code did not compile on linux64
  • Loading branch information
webmaster128 committed Jun 6, 2014
1 parent c33cec3 commit 2d3cd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XML/src/xmlparse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ XML_Parse(XML_Parser parser, const char *s, int len, int isFinal)
else if (bufferPtr == bufferEnd) {
const char *end;
int nLeftOver;
enum XML_Error result;
enum XML_Status result;
parseEndByteIndex += len;
positionPtr = s;
ps_finalBuffer = (XML_Bool)isFinal;
Expand Down

0 comments on commit 2d3cd82

Please sign in to comment.