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

Comparing trunk/Search/URL.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 213 | Line 213 | string getLink(string link, URL& url)
213  
214                  hyperlink += link;
215          }
216 <        else if (link == "")
216 >        else if (link.empty())
217          {
218                  // a blank link is useless
219          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines