ossp-pkg/rc/rc_script.c 1.35 -> 1.36
--- rc_script.c 2003/07/07 13:30:51 1.35
+++ rc_script.c 2003/07/11 08:49:36 1.36
@@ -178,7 +178,7 @@
int nSubstrings = 0;
int *pnVec = NULL;
const char *kszErr = NULL;
- const int kiRegopt = PCRE_DOTALL | PCRE_MULTILINE;
+ const int kiRegopt = PCRE_DOTALL | PCRE_DOLLAR_ENDONLY;
/* const int kiRegopt = PCRE_DOTALL | PCRE_MULTILINE | PCRE_UNGREEDY;*/
pcre *pRegex = NULL; /* Perl Compatible Regular Expression */
|
|