mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- WS
This commit is contained in:
parent
1b47fcfd33
commit
27d922c49f
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue