Changeset 14402
- Timestamp:
- 05/09/08 01:20:49 (3 months ago)
- Files:
-
- branches/1.5/gdal/frmts/sgi/sgidataset.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.5/gdal/frmts/sgi/sgidataset.cpp
r10645 r14402 399 399 return NULL; 400 400 401 if (tmpImage.type != 0 && tmpImage.type != 1) 402 return NULL; 403 404 if (tmpImage.bpc != 1 && tmpImage.bpc != 2) 405 return NULL; 406 407 if (tmpImage.dim != 1 && tmpImage.dim != 2 && tmpImage.dim != 3) 408 return NULL; 409 401 410 if(tmpImage.bpc != 1) 402 411 {
