forked from organicmaps/organicmaps
Expat warning fix.
This commit is contained in:
parent
1a3a643bce
commit
47c930fb52
1 changed files with 1 additions and 1 deletions
|
@ -1550,7 +1550,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;
|
||||
|
|
Loading…
Add table
Reference in a new issue