From: Pierre Joye Date: Tue, 17 Jan 2006 19:04:06 +0000 (+0000) Subject: - remove old return_long X-Git-Tag: php-5.1.3RC1~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ea4c827c96e9f3572bfaea194d5b7ab74604119;p=php - remove old return_long --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 150a63afd8..40236805c4 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -1103,7 +1103,6 @@ PHP_FUNCTION(imagecolorallocatealpha) ZEND_FETCH_RESOURCE(im, gdImagePtr, &IM, -1, "Image", le_gd); - RETURN_LONG(gdImageColorAllocateAlpha(im, red, green, blue, alpha)); ct = gdImageColorAllocateAlpha(im, red, green, blue, alpha); if (ct < 0) { RETURN_FALSE;