Fix broken -W wait command. Thanks @phoudoin
This commit is contained in:
parent
f1c8af606f
commit
b3fbcaeb0a
4
main.c
4
main.c
@ -655,13 +655,13 @@ void args_parse (int argc, char **argv) {
|
|||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
case 'W':
|
case 'W':
|
||||||
|
wait_dialog_list = 1;
|
||||||
|
break;
|
||||||
#ifdef USE_PYTHON
|
#ifdef USE_PYTHON
|
||||||
case 'Z':
|
case 'Z':
|
||||||
python_file = strdup (optarg);
|
python_file = strdup (optarg);
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
wait_dialog_list = 1;
|
|
||||||
break;
|
|
||||||
case 'C':
|
case 'C':
|
||||||
disable_colors ++;
|
disable_colors ++;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user