Bug fix in option parsing

This commit is contained in:
Chris Oei 2012-09-03 11:49:45 -07:00
parent 3dd81551c6
commit 466c5a69e5

1
main.c
View file

@ -72,6 +72,7 @@ main(int argc, char *argv[])
switch (ch) {
case 'k':
keyfile = strdup(optarg);
break;
case 'm':
maxmem = atoi(optarg);
break;