Show
Ignore:
Timestamp:
03/26/08 04:56:17 (8 months ago)
Author:
artem
Message:

applied http://snecker.fedorapeople.org/mapnik/devel/gcc43-warnings.patch from Christopher Brown

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tinyxml/tinyxmlparser.cpp

    r358 r675  
    355355        else 
    356356        { 
    357                 while ( *p && IsWhiteSpace( *p ) || *p == '\n' || *p =='\r' ) 
     357          while ((*p && IsWhiteSpace( *p )) || *p == '\n' || *p =='\r' ) 
    358358                        ++p; 
    359359        }