From 758ea308a9dcbb283f8555c590dbf5c4ef3e0f0f Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sat, 25 Jan 2003 00:23:03 +0000 Subject: [PATCH] Fixed compiler warning. --- ext/standard/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/image.c b/ext/standard/image.c index c16ee1c6f9a..d3335decdc9 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -579,7 +579,7 @@ static struct gfxinfo *php_handle_jpc(php_stream * stream TSRMLS_DC) 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