1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00

Revert my last fix, which broke more things than it fixed

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brian Pane
2002-03-28 01:57:03 +00:00
parent b63b80acf5
commit 7f7d0c040f

View File

@@ -957,10 +957,7 @@ static void ap_ssi_get_tag_and_value(include_ctx_t *ctx, char **tag,
}
*(c-shift_val) = '\0'; /* Overwrites delimiter (term or WS) with NULL. */
if (*c) {
++c;
}
ctx->curr_tag_pos = c;
ctx->curr_tag_pos = ++c;
if (dodecode) {
decodehtml(*tag_val);
}