rasmus          Sun Oct  6 04:39:20 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/gd/libgd  gd.c 
  Log:
  MFH
  
  
Index: php4/ext/gd/libgd/gd.c
diff -u php4/ext/gd/libgd/gd.c:1.17.2.1 php4/ext/gd/libgd/gd.c:1.17.2.2
--- php4/ext/gd/libgd/gd.c:1.17.2.1     Sun Oct  6 02:50:58 2002
+++ php4/ext/gd/libgd/gd.c      Sun Oct  6 04:39:20 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

Reply via email to