On Sat, Dec 01, 2001 at 07:48:44PM -0500, Cliff Woolley wrote: > On 2 Dec 2001 [EMAIL PROTECTED] 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.
Yup. Thanks. =) -- justin
