This commit is contained in:
Pierre Joye 2010-04-28 08:04:52 +00:00
parent 1b47fcfd33
commit 27d922c49f

View File

@ -1889,8 +1889,8 @@ void gdImageFill(gdImagePtr im, int x, int y, int nc)
}
/* Do not use the 4 neighbors implementation with
* small images
*/
* small images
*/
if (im->sx < 4) {
int ix = x, iy = y, c;
do {