From: Pierre Joye Date: Mon, 28 Mar 2005 08:17:17 +0000 (+0000) Subject: - remove "debug" code X-Git-Tag: php-5.0.1b1~666 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8824f2d5c20d2ac52c10b0fd5a6e1c6e0d210e1;p=php - remove "debug" code --- diff --git a/ext/gd/libgd/gd.c b/ext/gd/libgd/gd.c index 3cf38ecf03..292638c163 100644 --- a/ext/gd/libgd/gd.c +++ b/ext/gd/libgd/gd.c @@ -2240,7 +2240,7 @@ void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int s int tox, toy; int ncR, ncG, ncB; toy = dstY; -printf("srccpopy:%X", src->transparent); + for (y = srcY; y < (srcY + h); y++) { tox = dstX; for (x = srcX; x < (srcX + w); x++) {