Fixed problem with the parser of the value of the parameter -i.

This commit is contained in:
CSOscarTanner 2014-10-21 14:33:33 -02:00
parent 63917d796b
commit d51bb22f23

View File

@ -1510,7 +1510,7 @@ int main(int argc, char *argv[]) {
}; };
char ch; char ch;
while ((ch = getopt_long(argc, argv, "VmcdvunrILib:a:t:g:x:p:1:2:o:l::w::", longopts, NULL)) != -1) while ((ch = getopt_long(argc, argv, "VmcdvunrILi:b:a:t:g:x:p:1:2:o:l::w::", longopts, NULL)) != -1)
{ {
switch (ch) { switch (ch) {
case 'm': case 'm':