- Timestamp:
- 05/15/08 14:28:39 (2 months ago)
- Files:
-
- branches/1.5/gdal/frmts/gtiff/gt_wkt_srs.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.5/gdal/frmts/gtiff/gt_wkt_srs.cpp
r13642 r14472 226 226 char szPCSName[300]; 227 227 int nKeyCount = 0; 228 int nVersion;228 int anVersion[3]; 229 229 230 230 if( hGTIF != NULL ) 231 GTIFDirectoryInfo( hGTIF, &nVersion, &nKeyCount );231 GTIFDirectoryInfo( hGTIF, anVersion, &nKeyCount ); 232 232 233 233 if( nKeyCount > 0 ) // Use LOCAL_CS if we have any geokeys at all.
