# | 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 | ||
# | Line 53 | Line 53 | int main(int argc, char* argv[]) | |
53 | { | |
54 | cout << "Usage: " << program << " -index=index -map=map\n"; | |
55 | } | |
56 | < | |
56 | > | |
57 | return 0; | |
58 | } | |
59 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |