]> granicus.if.org Git - php/commitdiff
- Nuke warning
authorAndi Gutmans <andi@php.net>
Sun, 18 Jun 2000 20:09:17 +0000 (20:09 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 18 Jun 2000 20:09:17 +0000 (20:09 +0000)
ext/standard/image.c

index ea11afebc3cd95d2cd1e4f9c2b789de883ab0703..4a2cf5dc92e71acd0604aea464a225bf640bf626 100644 (file)
@@ -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));