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.

--Cliff


--------------------------------------------------------------
   Cliff Woolley
   [EMAIL PROTECTED]
   Charlottesville, VA


Reply via email to