Fix broken -W wait command. Thanks @phoudoin

This commit is contained in:
Vincent Castellano 2015-05-07 00:04:15 -07:00
parent f1c8af606f
commit b3fbcaeb0a

4
main.c
View File

@ -655,13 +655,13 @@ void args_parse (int argc, char **argv) {
break;
#endif
case 'W':
wait_dialog_list = 1;
break;
#ifdef USE_PYTHON
case 'Z':
python_file = strdup (optarg);
break;
#endif
wait_dialog_list = 1;
break;
case 'C':
disable_colors ++;
break;