Changeset 14471
- Timestamp:
- 05/15/08 14:28:13 (2 months ago)
- Files:
-
- trunk/gdal/frmts/gtiff/gt_wkt_srs.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/frmts/gtiff/gt_wkt_srs.cpp
r13737 r14471 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.
