apr_strfsize accepts the size arg as apr_off_t, so unless apache it built with largefiles support, apr_off_t == long int, which means that apr_strfsize is unusable for sizes bigger than a few MiBs.
I've checked mod_autoindex, and it has this problem too as it uses apr_off_t for its size and feeds it to apr_strfsize.
should apr_strftime be changed to use a type that can always hold a bigger number?
_____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
