Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 25, 2010, 11:03:20 PM (15 years ago)
Author:
rgrieder
Message:

Updated TinyXML++ to the latest trunk revision.
Only adds a function and corrects a parenthesis bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/external/tinyxml/tinyxmlparser.cpp

    r5781 r6620  
    355355        else
    356356        {
    357                 while ( *p && IsWhiteSpace( *p ) || *p == '\n' || *p =='\r' )
     357                while ( ( *p && IsWhiteSpace( *p ) ) || *p == '\n' || *p =='\r' )
    358358                        ++p;
    359359        }
Note: See TracChangeset for help on using the changeset viewer.