| Message view | « Date » · « Thread » |
|---|---|
| Top | « Date » · « Thread » |
| From | Cliff Woolley <cliffwool...@yahoo.com> |
| Subject | Re: cvs commit: apr-util/buckets apr_buckets_file.c |
| Date | Sun, 02 Dec 2001 00:48:44 GMT |
On 2 Dec 2001 jwoolley@apache.org wrote: > @@ -94,7 +94,7 @@ > filelength = APR_MMAP_LIMIT; > } > } > - else if ((filelength >= APR_MMAP_THRESHOLD) && > + else if ((filelength < APR_MMAP_THRESHOLD) || That ought to fix it. It should have returned false for zero-byte files, but it wasn't. --Cliff -------------------------------------------------------------- Cliff Woolley cliffwoolley@yahoo.com Charlottesville, VA | |
| Mime |
|
| View raw message | |