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

Comparing SiteMapper/SiteMapper.cpp (file contents):
Revision 129 by Douglas Thrift, 2004-03-23T22:49:41-08:00 vs.
Revision 132 by Douglas Thrift, 2004-03-24T15:58:55-08:00

# Line 21 | Line 21 | bool debug = false;
21   int main(int argc, char* argv[])
22   {
23          program = argv[0];
24 <        
24 >
25          string siteIndex, siteMap;
26  
27 <        for (int index = 1; index < argc; argc++)
27 >        for (int index = 1; index < argc; index++)
28          {
29                  string arg(argv[index]);
30                  Matcher matcher;
# Line 40 | Line 40 | int main(int argc, char* argv[])
40          }
41  
42          if (siteIndex != "" && siteMap != "")
43 <        {      
43 >        {
44                  XMLPlatformUtils::Initialize();
45                  XPathEvaluator::initialize();
46  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines