Changeset 11362
- Timestamp:
- 04/26/07 15:02:26 (2 years ago)
- Files:
-
- trunk/gdal/port/cpl_minixml.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/port/cpl_minixml.cpp
r11319 r11362 1369 1369 return FALSE; 1370 1370 1371 for( psThis = psParent->psChild; psThis != NULL; psThis = psThis->psNext ) 1371 for( psThis = psParent->psChild; 1372 psThis != NULL; 1373 psLast = psThis, psThis = psThis->psNext ) 1372 1374 { 1373 1375 if( psThis == psChild )
