[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php4beta
Subject:    [PHP4BETA] cvs: /php4/ext/gd gd.c
From:       "Jouni Ahto" <jah () mork ! net>
Date:       2000-02-29 18:46:19
[Download RAW message or body]

jah		Tue Feb 29 10:46:19 2000 EDT

  Modified files:
    /php4/ext/gd	gd.c 
  Log:
  
  (image(createfrom?)png) Fix a typo & remove unused variable.
  
  
Index: php4/ext/gd/gd.c
diff -u php4/ext/gd/gd.c:1.40 php4/ext/gd/gd.c:1.41
--- php4/ext/gd/gd.c:1.40	Mon Feb 28 08:52:03 2000
+++ php4/ext/gd/gd.c	Tue Feb 29 10:45:47 2000
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.40 2000/02/28 16:52:03 jah Exp $ */
+/* $Id: gd.c,v 1.41 2000/02/29 18:45:47 jah Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center, 
    Cold Spring Harbor Labs. */
@@ -442,7 +442,7 @@
 	char *fn=NULL;
 	FILE *fp;
 	int issock=0, socketd=0;
-	GDLS_FETCH;
+	GDLS_FETCH();
 
 	if (ARG_COUNT(ht) != 1 || zend_get_parameters_ex(1, &file) == FAILURE) {
 		WRONG_PARAM_COUNT;
@@ -477,7 +477,6 @@
 	char *fn=NULL;
 	FILE *fp;
 	int argc;
-	int ind_type;
 	int output=1;
 	GDLS_FETCH();
 



-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe@lists.php.net
For additional commands, e-mail: php4beta-help@lists.php.net
To contact the list administrators, e-mail: php4beta-admin@lists.php.net

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic