From 073d7a483f1b569ca165b89adf4f908cf110972e Mon Sep 17 00:00:00 2001 From: James Cox Date: Thu, 8 Aug 2002 21:26:49 +0000 Subject: [PATCH] thunder seems to have stopped --- ext/gd/libgd/gdft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.50.1