moriyoshi               Sat Nov 23 06:26:14 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/gd        gd.c 
  Log:
  Fixed tab positions
  # a bit too late to be notified :)
  
  
Index: php4/ext/gd/gd.c
diff -u php4/ext/gd/gd.c:1.221.2.1 php4/ext/gd/gd.c:1.221.2.2
--- php4/ext/gd/gd.c:1.221.2.1  Sat Nov 23 00:20:43 2002
+++ php4/ext/gd/gd.c    Sat Nov 23 06:26:13 2002
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.221.2.1 2002/11/23 05:20:43 moriyoshi Exp $ */
+/* $Id: gd.c,v 1.221.2.2 2002/11/23 11:26:13 moriyoshi Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center, 
    Cold Spring Harbor Labs. */
@@ -1814,12 +1814,12 @@
 
        ZEND_FETCH_RESOURCE(im, gdImagePtr, IM, -1, "Image", le_gd);
 
-       #if HAVE_LIBGD20
+#if HAVE_LIBGD20
        /* We can return right away for a truecolor image as deallocating colours is 
meaningless here */
        if (gdImageTrueColor(im)) {
                RETURN_TRUE;
        }
-       #endif
+#endif
        convert_to_long_ex(index);
        col = Z_LVAL_PP(index);
 



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

Reply via email to