fix for getopt

This commit is contained in:
van Hauser
2020-01-19 22:29:40 +01:00
parent b6c5974b37
commit b8bad5a227
2 changed files with 3 additions and 1 deletions

View File

@ -194,7 +194,7 @@ int main(int argc, char** argv) {
init_seed = tv.tv_sec ^ tv.tv_usec ^ getpid();
while ((opt = getopt(argc, argv,
"+i:I:o:f:m:t:T:dnCB:S:M:x:QNUWe:p:s:V:E:L:hRP:")) > 0)
"+c:i:I:o:f:m:t:T:dnCB:S:M:x:QNUWe:p:s:V:E:L:hRP:")) > 0)
switch (opt) {