Changeset 13602
- Timestamp:
- 01/27/08 10:43:46 (5 months ago)
- Files:
-
- trunk/gdal/frmts/dimap/dimapdataset.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/frmts/dimap/dimapdataset.cpp
r11865 r13602 354 354 { 355 355 if( poDS->nGCPCount > 0 ) 356 { 357 CPLFree(poDS->pszGCPProjection); 356 358 oSRS.exportToWkt( &(poDS->pszGCPProjection) ); 359 } 357 360 else 358 361 {
