mirror of
https://github.com/php/php-src.git
synced 2024-12-11 10:54:47 +08:00
Oops
This commit is contained in:
parent
409620351f
commit
731943287f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user