]> granicus.if.org Git - php/commitdiff
Fix warning (Doug MacEachern, dougm@covalent.net)
authorSterling Hughes <sterling@php.net>
Sat, 18 Aug 2001 01:59:38 +0000 (01:59 +0000)
committerSterling Hughes <sterling@php.net>
Sat, 18 Aug 2001 01:59:38 +0000 (01:59 +0000)
sapi/apache2filter/sapi_apache2.c

index 8cbc4f01ded8e02fa61a680969267819f9380836..8a916373d6075f78187301b56d85e087aa9c693d 100644 (file)
@@ -238,7 +238,7 @@ AP_MODULE_DECLARE_DATA module php4_module;
        }
 
 static int php_input_filter(ap_filter_t *f, apr_bucket_brigade *bb, 
-               ap_input_mode_t mode, apr_size_t *readbytes)
+               ap_input_mode_t mode, apr_off_t *readbytes)
 {
        php_struct *ctx;
        long old_index;