# | Line 26 | Line 26 | struct SmershCommand : public app::Appli | |
---|---|---|
26 | bool fork(false), daemon(false), redirector(false); | |
27 | string redirect, log("smersh.log"); | |
28 | ||
29 | < | for (size_t index(1); index < args.GetSize(); ++index) |
29 | > | for (size_t index(0); index < args.GetSize(); ++index) |
30 | { | |
31 | string arg(args[index]); | |
32 | Matcher matcher; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |