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

Comparing trunk/Search/Searcher.cpp (file contents):
Revision 354 by Douglas Thrift, 2004-05-26T17:44:17-07:00 vs.
Revision 355 by Douglas Thrift, 2004-06-04T04:08:28-07:00

# Line 222 | Line 222 | void Searcher::setQuery()
222                          word = queryStringNormal.substr(begin, space - begin);
223                  }
224  
225 <                if (word != "")
225 >                if (!word.empty())
226                  {
227                          string lowerWord(tolower(word));
228                          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines