# | Line 18 | Line 18 | struct SiteMapperCommand : public app::A | |
---|---|---|
18 | { | |
19 | virtual int Run(const app::ArgumentList& args) | |
20 | { | |
21 | < | program = api::GetExecutableName(); |
21 | > | program = api::GetExecutablePath().GetName(); |
22 | ||
23 | string siteIndex, siteMap; | |
24 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |