]> git.pld-linux.org Git - packages/apache1-mod_xslt.git/blob - apache1-mod_xslt-regex.patch
Regular expression fixed.
[packages/apache1-mod_xslt.git] / apache1-mod_xslt-regex.patch
1 Binary files modxslt/mod_xslt-1.1.tar and modxslt2/mod_xslt-1.1.tar differ
2 diff -urN modxslt/mod_xslt.c modxslt2/mod_xslt.c
3 --- modxslt/mod_xslt.c  Wed Apr 24 22:27:15 2002
4 +++ modxslt2/mod_xslt.c Wed Apr 24 22:27:47 2002
5 @@ -251,7 +251,7 @@
6    /* Setup some common strings of text, for file not found, etc. */
7   
8    regmatch_t pmatch[2];
9 -  regex_t *cpat = ap_pregcomp(r->pool, "\\<!DOCTYPE", REG_EXTENDED);
10 +  regex_t *cpat = ap_pregcomp(r->pool, "<!DOCTYPE", REG_EXTENDED);
11  
12    int rc = OK;
13    int se = 1;
This page took 0.085647 seconds and 3 git commands to generate.