pajoye                                   Wed, 28 Apr 2010 08:04:52 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=298692

Log:
- WS

Changed paths:
    U   php/php-src/branches/PHP_5_2/ext/gd/libgd/gd.c
    U   php/php-src/branches/PHP_5_3/ext/gd/libgd/gd.c
    U   php/php-src/trunk/ext/gd/libgd/gd.c

Modified: php/php-src/branches/PHP_5_2/ext/gd/libgd/gd.c
===================================================================
--- php/php-src/branches/PHP_5_2/ext/gd/libgd/gd.c      2010-04-28 06:59:41 UTC 
(rev 298691)
+++ php/php-src/branches/PHP_5_2/ext/gd/libgd/gd.c      2010-04-28 08:04:52 UTC 
(rev 298692)
@@ -1982,8 +1982,8 @@
        }

        /* Do not use the 4 neighbors implementation with
-   * small images
-   */
+        * small images
+        */
        if (im->sx < 4) {
                int ix = x, iy = y, c;
                do {

Modified: php/php-src/branches/PHP_5_3/ext/gd/libgd/gd.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/gd/libgd/gd.c      2010-04-28 06:59:41 UTC 
(rev 298691)
+++ php/php-src/branches/PHP_5_3/ext/gd/libgd/gd.c      2010-04-28 08:04:52 UTC 
(rev 298692)
@@ -1889,8 +1889,8 @@
        }

        /* Do not use the 4 neighbors implementation with
-   * small images
-   */
+        * small images
+        */
        if (im->sx < 4) {
                int ix = x, iy = y, c;
                do {

Modified: php/php-src/trunk/ext/gd/libgd/gd.c
===================================================================
--- php/php-src/trunk/ext/gd/libgd/gd.c 2010-04-28 06:59:41 UTC (rev 298691)
+++ php/php-src/trunk/ext/gd/libgd/gd.c 2010-04-28 08:04:52 UTC (rev 298692)
@@ -1889,8 +1889,8 @@
        }

        /* Do not use the 4 neighbors implementation with
-   * small images
-   */
+        * small images
+        */
        if (im->sx < 4) {
                int ix = x, iy = y, c;
                do {

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

Reply via email to