mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user