From: Andi Gutmans Date: Sun, 18 Jun 2000 20:09:17 +0000 (+0000) Subject: - Nuke warning X-Git-Tag: php-4.0.1RC~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baadf90fb56dc743d6ed7cd10555cb321de32e98;p=php - Nuke warning --- diff --git a/ext/standard/image.c b/ext/standard/image.c index ea11afebc3..4a2cf5dc92 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -110,7 +110,7 @@ static unsigned long int php_swf_get_bits (unsigned char* buffer, int pos, int c static struct gfxinfo *php_handle_swf (FILE* fp) { struct gfxinfo *result = NULL; - unsigned char bits; + long bits; unsigned char a[32]; result = (struct gfxinfo *) ecalloc (1, sizeof (struct gfxinfo));