From: Pierre Joye Date: Sun, 14 Mar 2004 00:46:45 +0000 (+0000) Subject: - missing restoreAlphaBleding declaration X-Git-Tag: php-4.3.5RC4~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=441dc97d7542577fbc8d6fb7fb6e69c243e364fd;p=php - missing restoreAlphaBleding declaration --- diff --git a/ext/gd/libgd/gd.c b/ext/gd/libgd/gd.c index a800aa8397..87471898f4 100644 --- a/ext/gd/libgd/gd.c +++ b/ext/gd/libgd/gd.c @@ -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 */