From 5ea4c827c96e9f3572bfaea194d5b7ab74604119 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 17 Jan 2006 19:04:06 +0000 Subject: [PATCH] - remove old return_long --- ext/gd/gd.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.1