From: James Cox Date: Thu, 8 Aug 2002 21:26:49 +0000 (+0000) Subject: thunder seems to have stopped X-Git-Tag: php-4.3.0dev_zend2_alpha3~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=073d7a483f1b569ca165b89adf4f908cf110972e;p=php thunder seems to have stopped --- diff --git a/ext/gd/libgd/gdft.c b/ext/gd/libgd/gdft.c index e93a69b432..b8fd69fc13 100644 --- a/ext/gd/libgd/gdft.c +++ b/ext/gd/libgd/gdft.c @@ -513,7 +513,7 @@ tweenColorFetch (char **error, void *key) gdTrueColorGetRed (fg), gdTrueColorGetGreen (fg), gdTrueColorGetBlue (fg), - gdAlphaMax - ((gdAlphaMax - gdTrueColorGetAlpha (fg)) * pixel / NUMCOLORS)) ); + gdAlphaMax - ((gdAlphaMax - gdTrueColorGetAlpha (fg)) * pixel / NUMCOLORS) ); } else {