Commit 9ccc3016 authored by Vincent Castellano's avatar Vincent Castellano

Fix broken -W wait command. Thanks @phoudoin

parent ad904dbd
......@@ -727,13 +727,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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment