iliaa Fri Jan 24 19:23:03 2003 EDT
Modified files:
/php4/ext/standard image.c
Log:
Fixed compiler warning.
Index: php4/ext/standard/image.c
diff -u php4/ext/standard/image.c:1.85 php4/ext/standard/image.c:1.86
--- php4/ext/standard/image.c:1.85 Sat Jan 18 15:01:43 2003
+++ php4/ext/standard/image.c Fri Jan 24 19:23:03 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: image.c,v 1.85 2003/01/18 20:01:43 iliaa Exp $ */
+/* $Id: image.c,v 1.86 2003/01/25 00:23:03 iliaa Exp $ */
#include "php.h"
#include <stdio.h>
@@ -579,7 +579,7 @@
unsigned short dummy_short;
int dummy_int, highest_bit_depth, bit_depth;
unsigned char first_marker_id;
- int i;
+ unsigned int i;
/* JPEG 2000 components can be vastly different from one another.
Each component can be sampled at a different resolution, use
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php