--- imlib2-1.3.0/src/modules/loaders/loader_tiff.c 2007-02-18 00:49:17 +0300 +++ imlib2-1.3.0/src/modules/loaders/loader_tiff.c 2007-04-18 10:58:37 +0400 @@ -93,7 +93,7 @@ for (i = y, rast_offset = 0; i > dy; i--, rast_offset--) { - pixel = rast + (rast_offset * image_width); + pixel = rast + (rast_offset * (int)image_width); buffer_pixel = buffer + ((((image_height - 1) - i) * image_width) + x); for (j = 0; j < w; j++)