From 441dc97d7542577fbc8d6fb7fb6e69c243e364fd Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 14 Mar 2004 00:46:45 +0000 Subject: [PATCH] - missing restoreAlphaBleding declaration --- ext/gd/libgd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.50.1