]> granicus.if.org Git - php/commitdiff
- missing restoreAlphaBleding declaration
authorPierre Joye <pajoye@php.net>
Sun, 14 Mar 2004 00:46:45 +0000 (00:46 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 14 Mar 2004 00:46:45 +0000 (00:46 +0000)
ext/gd/libgd/gd.c

index a800aa8397a15246c3a93082f4518527e3060e5d..87471898f46b905ea235a86c5f9c5095bcd4292c 100644 (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 */