fixed -d
This commit is contained in:
parent
ece4b9668d
commit
b49c9bd0bb
@ -297,12 +297,11 @@ cmd_args process_cmd_args(int argc, char** argv){
|
|||||||
ret.freq = atof(argv[next_arg]);
|
ret.freq = atof(argv[next_arg]);
|
||||||
++next_arg;
|
++next_arg;
|
||||||
break;
|
break;
|
||||||
case SHORT_OPT(IGNORE_ANIMATE):
|
|
||||||
break;
|
|
||||||
case SHORT_OPT(IGNORE_DURATION):
|
case SHORT_OPT(IGNORE_DURATION):
|
||||||
if(next_arg != (argc-1)){
|
if(next_arg == argc)
|
||||||
|
break;
|
||||||
++next_arg;
|
++next_arg;
|
||||||
}
|
case SHORT_OPT(IGNORE_ANIMATE):
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
//keep parsing after error so we can still properly output requested color style
|
//keep parsing after error so we can still properly output requested color style
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user