iliaa           Fri Jan 24 14:24:01 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/gd        gd.c 
  Log:
  MFH
  
  
Index: php4/ext/gd/gd.c
diff -u php4/ext/gd/gd.c:1.221.2.11 php4/ext/gd/gd.c:1.221.2.12
--- php4/ext/gd/gd.c:1.221.2.11 Wed Jan 22 14:53:40 2003
+++ php4/ext/gd/gd.c    Fri Jan 24 14:24:01 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.221.2.11 2003/01/22 19:53:40 iliaa Exp $ */
+/* $Id: gd.c,v 1.221.2.12 2003/01/24 19:24:01 iliaa Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center, 
    Cold Spring Harbor Labs. */
@@ -2849,7 +2849,7 @@
        int col, x, y, l=0, i, brect[8];
        double ptsize, angle;
        unsigned char *str = NULL, *fontname = NULL;
-       char *error;
+       char *error = NULL;
        int argc;
 #if HAVE_GD_STRINGFTEX
        gdFTStringExtra strex;



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

Reply via email to