Bug fix in options parsing

This commit is contained in:
Chris Oei 2012-09-08 13:11:54 -07:00
parent d93ca58d76
commit 2519ab4e30

1
main.c
View file

@ -99,6 +99,7 @@ main(int argc, char *argv[])
break;
case 'l':
outputlength = atoi(optarg);
break;
case 'm':
maxmem = atoi(optarg);
break;