ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/Ranker.cpp
(Generate patch)

Comparing trunk/Search/Ranker.cpp (file contents):
Revision 45 by douglas, 2003-01-02T19:42:33-08:00 vs.
Revision 46 by douglas, 2003-01-30T18:51:01-08:00

# Line 1195 | Line 1195 | void Ranker::decrap(string& crap)
1195          unsigned begin = 0, found;
1196          do
1197          {
1198 <                // &, +, and # are not considered crap
1199 <                found = crap.find_first_of("!\"$%\'()*,-./:;<=>?@[\\]^_`{|}~", begin);
1198 >                // &, _, +, and # are not considered crap
1199 >                found = crap.find_first_of("!\"$%\'()*,-./:;<=>?@[\\]^`{|}~", begin);
1200  
1201                  if (found != string::npos)
1202                  {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines