]> granicus.if.org Git - php/commitdiff
- Fixed warning under VC6
authorDerick Rethans <derick@php.net>
Fri, 11 Aug 2000 23:24:54 +0000 (23:24 +0000)
committerDerick Rethans <derick@php.net>
Fri, 11 Aug 2000 23:24:54 +0000 (23:24 +0000)
ext/standard/image.c

index 6982132df788b363ef5ad62deb3f6daabbcf38f8..49ad1d90ddbba84e1fd145b1b2aa9fa4b3a37bd4 100644 (file)
@@ -94,7 +94,7 @@ static unsigned long php_read4(FILE *fp)
 
 }
 
-static unsigned long int php_swf_get_bits (unsigned char* buffer, int pos, int count)
+static unsigned long int php_swf_get_bits (unsigned char* buffer, unsigned int pos, unsigned int count)
 {
        unsigned int loop;
        unsigned long int result = 0;