1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

- missing restoreAlphaBleding declaration

This commit is contained in:
Pierre Joye
2004-03-14 00:46:45 +00:00
parent 8378373527
commit 441dc97d75

View File

@@ -1762,7 +1762,7 @@ void gdImageFillToBorder (gdImagePtr im, int x, int y, int border, int color)
int lastBorder;
/* Seek left */
int leftLimit = -1, rightLimit;
int i;
int i, restoreAlphaBleding=0;
if (border < 0) {
/* Refuse to fill to a non-solid border */