# | 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 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |