a non-special.
Reviewed by: Jeff Trawick, Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102811
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 1.3.30
+ *) Fix mod_include's expression parser to recognize strings correctly
+ even if they start with an escaped token. [André Malo]
+
*) The whole codebase was relicensed and is now available under
the Apache License, Version 2.0 (http://www.apache.org/licenses).
[Apache Software Foundation]
}
/* We should only be here if we are in a string */
if (!qs) {
- token->value[next++] = ch;
+ --string;
}
/*