Show
Ignore:
Timestamp:
04/05/08 17:53:25 (9 months ago)
Author:
dom
Message:

revert [681] - breaks text labels

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable/0.5/tinyxml/tinyxmlparser.cpp

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