Changeset 14760

Show
Ignore:
Timestamp:
06/24/08 16:02:19 (5 months ago)
Author:
warmerdam
Message:

avoid warning.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/frmts/gsg/gsagdataset.cpp

    r14230 r14760  
    185185        CPLError(CE_Failure, CPLE_OutOfMemory, 
    186186                 "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) ); 
    188188        return; 
    189189    }