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 139 by Douglas Thrift, 2004-03-23T22:49:41-08:00 vs.
Revision 140 by Douglas Thrift, 2004-03-25T18:04:04-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_UNGREEDY, &error,
74 <                &offset, NULL);
73 >        this->expression = pcre_compile(expression.c_str(), PCRE_UNGREEDY |
74 >                PCRE_DOTALL, &error, &offset, NULL);
75  
76          return *this;
77   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines