You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Günter Knauf <ef...@gmx.net> on 2001/07/22 22:46:10 UTC

[PATCH] version 2.0 / mod_include.c

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.