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

Comparing SiteMapper/Matcher.cpp (file contents):
Revision 128 by Douglas Thrift, 2004-03-23T19:52:15-08:00 vs.
Revision 129 by Douglas Thrift, 2004-03-23T22:49:41-08: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_MULTILINE, &error,
73 >        this->expression = pcre_compile(expression.c_str(), PCRE_UNGREEDY, &error,
74                  &offset, NULL);
75  
76          return *this;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines