rasmus Sun Oct 6 04:35:22 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Oops Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.18 php4/ext/gd/libgd/gd.c:1.19 --- php4/ext/gd/libgd/gd.c:1.18 Sun Oct 6 02:47:53 2002 +++ php4/ext/gd/libgd/gd.c Sun Oct 6 04:35:22 2002 @@ -1739,6 +1739,7 @@ /* Destination is palette based */ if (src->trueColor) { /* But source is truecolor (Ouch!) */ + toy = dstY; for (y = srcY; (y < (srcY + h)); y++) { tox = dstX;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php