Changeset 14760
- Timestamp:
- 06/24/08 16:02:19 (5 months ago)
- Files:
-
- trunk/gdal/frmts/gsg/gsagdataset.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/frmts/gsg/gsagdataset.cpp
r14230 r14760 185 185 CPLError(CE_Failure, CPLE_OutOfMemory, 186 186 "GSAGRasterBand::GSAGRasterBand : Out of memory allocating %d * %d bytes", 187 poDS->nRasterYSize+1,sizeof(vsi_l_offset) );187 (int) poDS->nRasterYSize+1, (int) sizeof(vsi_l_offset) ); 188 188 return; 189 189 }
