tony2001                Tue Jul  8 15:24:13 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/gd     gd.c 
  Log:
  fix typo
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.32.2.9&r2=1.312.2.20.2.32.2.10&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.9 
php-src/ext/gd/gd.c:1.312.2.20.2.32.2.10
--- php-src/ext/gd/gd.c:1.312.2.20.2.32.2.9     Sun Jul  6 17:07:26 2008
+++ php-src/ext/gd/gd.c Tue Jul  8 15:24:12 2008
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.312.2.20.2.32.2.9 2008/07/06 17:07:26 pajoye Exp $ */
+/* $Id: gd.c,v 1.312.2.20.2.32.2.10 2008/07/08 15:24:12 tony2001 Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
@@ -4176,7 +4176,7 @@
    Load a new font from specified file */
 PHP_FUNCTION(imagepsloadfont)
 {
-       zval *file;
+       char *file;
        int file_len, f_ind, *font;
 #ifdef PHP_WIN32
        struct stat st;



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

Reply via email to