From d8824f2d5c20d2ac52c10b0fd5a6e1c6e0d210e1 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 28 Mar 2005 08:17:17 +0000 Subject: [PATCH] - remove "debug" code --- ext/gd/libgd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) { -- 2.50.1