mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-15 11:51:37 +00:00
weird compile issues
This commit is contained in:
parent
82bb074b49
commit
9e2d29b373
@ -1776,7 +1776,7 @@ int main( int argc, const char ** argv )
|
|||||||
XMLError err = doc.Parse(xml);
|
XMLError err = doc.Parse(xml);
|
||||||
XMLElement* playlist = doc.FirstChildElement("playlist");
|
XMLElement* playlist = doc.FirstChildElement("playlist");
|
||||||
|
|
||||||
XMLTest("Crash bug parsing", err, XMLError::XML_SUCCESS);
|
XMLTest("Crash bug parsing", err, XML_SUCCESS);
|
||||||
XMLTest("Crash bug parsing", true, playlist != 0);
|
XMLTest("Crash bug parsing", true, playlist != 0);
|
||||||
|
|
||||||
tinyxml2::XMLElement* entry = playlist->FirstChildElement("entry");
|
tinyxml2::XMLElement* entry = playlist->FirstChildElement("entry");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user