mirror of
https://github.com/php/php-src.git
synced 2024-12-03 23:05:57 +08:00
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:
parent
731943287f
commit
b832af75f0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user