1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00

Bump TinyXML2 to 4.0.1

This commit is contained in:
James Le Cuirot 2017-02-08 10:21:25 +00:00 committed by James Le Cuirot
parent 55ad1e8faa
commit 5a16a290fc
No known key found for this signature in database
GPG key ID: 21C632129C6D7DE4
3 changed files with 937 additions and 507 deletions

View file

@ -9511,7 +9511,7 @@ luaFunc(loadXMLTable)
tinyxml2::XMLDocument xml;
tinyxml2::XMLError err = readXML(fn, xml);
if(err != tinyxml2::XML_NO_ERROR)
if(err != tinyxml2::XML_SUCCESS)
{
lua_pushboolean(L, false);
lua_pushinteger(L, err);

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff