rasmus          Sun Oct  6 04:39:05 2002 EDT

  Modified files:              
    /php4/ext/gd/libgd  gd.c 
  Log:
  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).
  
  
Index: php4/ext/gd/libgd/gd.c
diff -u php4/ext/gd/libgd/gd.c:1.19 php4/ext/gd/libgd/gd.c:1.20
--- php4/ext/gd/libgd/gd.c:1.19 Sun Oct  6 04:35:22 2002
+++ php4/ext/gd/libgd/gd.c      Sun Oct  6 04:39:05 2002
@@ -1739,7 +1739,7 @@
          /* 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;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to