edink           Wed Apr  7 18:31:30 2004 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/gd     gd.c 
  Log:
  Merged wrongly s/#ifdef/#if/
  
http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.221.2.39&r2=1.221.2.40&ty=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.221.2.39 php-src/ext/gd/gd.c:1.221.2.40
--- php-src/ext/gd/gd.c:1.221.2.39      Wed Apr  7 18:28:29 2004
+++ php-src/ext/gd/gd.c Wed Apr  7 18:31:29 2004
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.221.2.39 2004/04/07 22:28:29 edink Exp $ */
+/* $Id: gd.c,v 1.221.2.40 2004/04/07 22:31:29 edink Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center, 
    Cold Spring Harbor Labs. */
@@ -3639,7 +3639,7 @@
                return;
        }
 
-#ifdef HAVE_LIBGD20
+#if HAVE_LIBGD20
        if (im_org->trueColor) {
                gdImageTrueColorToPalette(im_org, 1, 256);
        }

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

Reply via email to