Fixed program arguments not being parsed on restart (#483)

master
krzys-h 2015-06-26 18:51:39 +02:00
parent efd0b2b28f
commit 2509f99776
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ ParseArgsStatus CApplication::ParseArguments(int argc, char *argv[])
};
opterr = 0;
optind = 1;
int c = 0;
int index = -1;