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]);
|
||||
++next_arg;
|
||||
break;
|
||||
case SHORT_OPT(IGNORE_ANIMATE):
|
||||
break;
|
||||
case SHORT_OPT(IGNORE_DURATION):
|
||||
if(next_arg != (argc-1)){
|
||||
if(next_arg == argc)
|
||||
break;
|
||||
++next_arg;
|
||||
}
|
||||
case SHORT_OPT(IGNORE_ANIMATE):
|
||||
break;
|
||||
default:
|
||||
//keep parsing after error so we can still properly output requested color style
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user