On Fri, Nov 01, 2002 at 03:27:20AM -0000, [EMAIL PROTECTED] wrote:
>...
> +++ request.c 1 Nov 2002 03:27:20 -0000 1.118
> @@ -924,6 +924,8 @@
> /* That temporary trailing slash was useful, now drop it.
> */
> if (temp_slash) {
> + temp_slash = 0;
> + AP_ASSERT(r->filename[filename_len-1] == '/');
Don't you want
*temp_slash = '\0';
??
Cheers,
-g
--
Greg Stein, http://www.lyra.org/
