felipe          Mon Aug  4 23:48:09 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/gd     gd.c 
  Log:
  - Fix build (thanks Sebastian)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.32.2.15&r2=1.312.2.20.2.32.2.16&diff_format=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.312.2.20.2.32.2.15 
php-src/ext/gd/gd.c:1.312.2.20.2.32.2.16
--- php-src/ext/gd/gd.c:1.312.2.20.2.32.2.15    Mon Aug  4 18:23:33 2008
+++ php-src/ext/gd/gd.c Mon Aug  4 23:48:09 2008
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.312.2.20.2.32.2.15 2008/08/04 18:23:33 felipe Exp $ */
+/* $Id: gd.c,v 1.312.2.20.2.32.2.16 2008/08/04 23:48:09 felipe Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
@@ -2583,7 +2583,7 @@
                                break;
 #if defined(HAVE_GD_XPM) && defined(HAVE_GD_BUNDLED)
                        case PHP_GDIMG_TYPE_XPM:
-                               im = gdImageCreateFromXpm(fn);
+                               im = gdImageCreateFromXpm(file);
                                break;
 #endif
 



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

Reply via email to