[tinyxml.h:353]: (style) Array index 'i' is used before limits check.
Source code is
for( int i=0; p[i] && i<*length; ++i ) {
Log in to post a comment.