mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02:00
Merge pull request #465 from webmaster128/develop
Fix result enum type XML_Error -> XML_Status
This commit is contained in:
commit
b287931057
@ -1557,7 +1557,7 @@ XML_Parse(XML_Parser parser, const char *s, int len, int isFinal)
|
|||||||
else if (bufferPtr == bufferEnd) {
|
else if (bufferPtr == bufferEnd) {
|
||||||
const char *end;
|
const char *end;
|
||||||
int nLeftOver;
|
int nLeftOver;
|
||||||
enum XML_Error result;
|
enum XML_Status result;
|
||||||
parseEndByteIndex += len;
|
parseEndByteIndex += len;
|
||||||
positionPtr = s;
|
positionPtr = s;
|
||||||
ps_finalBuffer = (XML_Bool)isFinal;
|
ps_finalBuffer = (XML_Bool)isFinal;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user