Changeset 687 for branches/stable/0.5/tinyxml/tinyxmlparser.cpp
- Timestamp:
- 04/05/08 17:53:25 (9 months ago)
- Files:
-
- 1 modified
-
branches/stable/0.5/tinyxml/tinyxmlparser.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/0.5/tinyxml/tinyxmlparser.cpp
r681 r687 355 355 else 356 356 { 357 while ((*p && IsWhiteSpace( *p )) || *p == '\n' || *p =='\r' )357 while ( *p && IsWhiteSpace( *p ) || *p == '\n' || *p =='\r' ) 358 358 ++p; 359 359 }
