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