Bug fix in options parsing
This commit is contained in:
parent
d93ca58d76
commit
2519ab4e30
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -99,6 +99,7 @@ main(int argc, char *argv[])
|
|||
break;
|
||||
case 'l':
|
||||
outputlength = atoi(optarg);
|
||||
break;
|
||||
case 'm':
|
||||
maxmem = atoi(optarg);
|
||||
break;
|
||||
|
|
Reference in a new issue