Fixed problem with the parser of the value of the parameter -i.
This commit is contained in:
parent
63917d796b
commit
d51bb22f23
@ -1510,7 +1510,7 @@ int main(int argc, char *argv[]) {
|
||||
};
|
||||
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) {
|
||||
case 'm':
|
||||
|
Loading…
x
Reference in New Issue
Block a user