Fixed program arguments not being parsed on restart (#483)
parent
efd0b2b28f
commit
2509f99776
|
@ -217,6 +217,7 @@ ParseArgsStatus CApplication::ParseArguments(int argc, char *argv[])
|
|||
};
|
||||
|
||||
opterr = 0;
|
||||
optind = 1;
|
||||
|
||||
int c = 0;
|
||||
int index = -1;
|
||||
|
|
Loading…
Reference in New Issue