"William A. Rowe, Jr." <[EMAIL PROTECTED]> writes:

> >        rv = apr_stat(&finfo, fname, APR_FINFO_NORM, p);
> >   -    if (rv) {
> >   -        fprintf(stderr, "apr_file_close()->%d/%s\n",
> >   +    if (rv != APR_SUCCESS && rv != APR_INCOMPLETE) {
> >   +        fprintf(stderr, "apr_stat()->%d/%s\n",
> 
> Do we even need the whole shebang here, or is a subset of useful info
> acceptable?  I don't know that we want to even ask the system to do
> the whole enchilada

All we really need is the file size...

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to