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

Comparing Smersh/Smersh.cpp (file contents):
Revision 241 by Douglas Thrift, 2004-09-11T20:59:56-07:00 vs.
Revision 242 by Douglas Thrift, 2004-09-11T21:06:02-07:00

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines