ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Smersh/Matcher.cpp
(Generate patch)

Comparing Smersh/Matcher.cpp (file contents):
Revision 164 by Douglas Thrift, 2004-06-17T22:12:33-07:00 vs.
Revision 176 by Douglas Thrift, 2004-06-25T20:32:24-07:00

# Line 70 | Line 70 | Matcher& Matcher::operator()(const strin
70          const char* error;
71          int offset;
72  
73 <        this->expression = pcre_compile(expression.c_str(), PCRE_UNGREEDY |
74 <                PCRE_DOTALL, &error, &offset, NULL);
73 >        this->expression = pcre_compile(expression.c_str(), 0, &error,
74 >                &offset, NULL);
75  
76          return *this;
77   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines