WS fix - although the entire libgd directory is horrendously formatted.

However, since we are forking existing code, fixing it would make it much
harder to merge any Boutell patches (if they ever come out with any).
This commit is contained in:
Rasmus Lerdorf 2002-10-06 08:39:05 +00:00
parent 731943287f
commit b832af75f0

View File

@ -1739,7 +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;
toy = dstY;
for (y = srcY; (y < (srcY + h)); y++)
{
tox = dstX;