Parent Directory
|
Revision Log
|
Patch
| revision 29 by nigel, Sat Feb 24 21:38:53 2007 UTC | revision 35 by nigel, Sat Feb 24 21:39:05 2007 UTC | |
|---|---|---|
| # | Line 223 if ((eflags & REG_NOTEOL) != 0) options | Line 223 if ((eflags & REG_NOTEOL) != 0) options |
| 223 | ||
| 224 | preg->re_erroffset = (size_t)(-1); /* Only has meaning after compile */ | preg->re_erroffset = (size_t)(-1); /* Only has meaning after compile */ |
| 225 | ||
| 226 | rc = pcre_exec(preg->re_pcre, NULL, string, (int)strlen(string), options, | rc = pcre_exec(preg->re_pcre, NULL, string, (int)strlen(string), 0, options, |
| 227 | (int *)pmatch, nmatch * 2); | (int *)pmatch, nmatch * 2); |
| 228 | ||
| 229 | if (rc == 0) return 0; /* All pmatch were filled in */ | if (rc == 0) return 0; /* All pmatch were filled in */ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |