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

Comparing trunk/Search/Search.cpp (file contents):
Revision 364 by Douglas Thrift, 2004-05-30T22:03:07-07:00 vs.
Revision 365 by douglas, 2008-08-11T15:16:35-07:00

# Line 78 | Line 78 | int main(int argc, char* argv[])
78  
79          bool indexMode(false);
80          set<string> indexDomains, indexRestrictions;
81 <        unsigned page(1);
81 >        size_t page(1);
82          vector<string> indices;
83          string indexURL, query, header("header.html"), body("body.html"),
84                  footer("footer.html"), notfound("notfound.html"), pages("pages.html");
# Line 294 | Line 294 | string platform()
294  
295          string os(computer->dwPlatformId == VER_PLATFORM_WIN32_NT ? "Windows NT" :
296                  "Windows");
297 <        unsigned major(computer->dwMajorVersion), minor(computer->dwMinorVersion);
297 >        size_t major(computer->dwMajorVersion), minor(computer->dwMinorVersion);
298  
299          platform << os << ' ' << major << '.' << minor;
300  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines