--- code/trunk/pcreposix.c 2007/02/24 21:38:53 29 +++ code/trunk/pcreposix.c 2007/02/24 21:39:05 35 @@ -223,7 +223,7 @@ preg->re_erroffset = (size_t)(-1); /* Only has meaning after compile */ -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, (int *)pmatch, nmatch * 2); if (rc == 0) return 0; /* All pmatch were filled in */