pajoye          Sat Nov  4 14:22:24 2006 UTC

  Modified files:              
    /php-src/ext/gd/libgd       gd.c 
  Log:
  - ws
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.c?r1=1.97&r2=1.98&diff_format=u
Index: php-src/ext/gd/libgd/gd.c
diff -u php-src/ext/gd/libgd/gd.c:1.97 php-src/ext/gd/libgd/gd.c:1.98
--- php-src/ext/gd/libgd/gd.c:1.97      Sat Nov  4 03:12:36 2006
+++ php-src/ext/gd/libgd/gd.c   Sat Nov  4 14:22:23 2006
@@ -1042,10 +1042,7 @@
                        gdImageSetPixel(im, x1,y1, color);
                }
                return;
-       }
-
-       /* Horizontal */
-       if (y1==y2) {
+       } else if (y1==y2) { /* Horizontal */
                if (x2 < x1) {
                        t = x2;
                        x2 = x1;

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

Reply via email to