ossp-pkg/rc/rc_file.c 1.7 -> 1.8
--- rc_file.c 2003/07/11 08:49:36 1.7
+++ rc_file.c 2003/07/11 14:03:53 1.8
@@ -149,7 +149,7 @@
int nSubstrings = 0;
int *pnVec = NULL;
const char *kszErr = NULL;
- const int kiRegopt = PCRE_DOTALL | PCRE_DOLLAR_ENDONLY;
+ const int kiRegopt = PCRE_DOTALL | PCRE_MULTILINE;
/*const int kiRegopt = PCRE_DOTALL | PCRE_MULTILINE | PCRE_UNGREEDY;*/
pcre *pRegex = NULL; /* Perl Compatible Regular Expression */
|
|