Hi,
here's a little cosmetic patch:
with httpd-2.0 nonexistant SSI vars appear as '(none', the right bracket is missing.
- tmp_buck = apr_bucket_immortal_create("(none)", sizeof("none"));
+ tmp_buck = apr_bucket_immortal_create("(none)", 6);
as the string is hardcoded I've hardcoded the length too for speed.
Guenter.
Attachment: patch.
- Re: [PATCH] version 2.0 / mod_include.c G�nter Knauf
- Re: [PATCH] version 2.0 / mod_include.c Ryan Bloom
- Re: [PATCH] version 2.0 / mod_include.c Cliff Woolley
- Re: [PATCH] version 2.0 / mod_include.c Jeff Trawick
- Re: [PATCH] version 2.0 / mod_include.c G�nter Knauf
mod_include.patch