diff --git a/plot/plotRutils.c b/plot/plotRutils.c index 35fcce50..ec0e2485 100644 --- a/plot/plotRutils.c +++ b/plot/plotRutils.c @@ -231,7 +231,7 @@ PlotClearRaster(raster, area) if (area == NULL) { bzero((char *) raster->ras_bits, - raster->ras_bytesPerLine * raster->ras_height); + (size_t)raster->ras_bytesPerLine * raster->ras_height); return; }