This commit is contained in:
Rasmus Lerdorf 2002-10-06 08:35:22 +00:00
parent 409620351f
commit 731943287f

View File

@ -1739,6 +1739,7 @@ gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int s
/* Destination is palette based */
if (src->trueColor) { /* But source is truecolor (Ouch!) */
toy = dstY;
for (y = srcY; (y < (srcY + h)); y++)
{
tox = dstX;