using cfg_setint is triggering an assertion in confuse library, should use cfg_setbool instead

This commit is contained in:
Chocobo1 2015-01-19 20:02:14 +08:00
parent 8fc5a55da4
commit 229d58c975

View File

@ -220,7 +220,7 @@ static int parse_args_post(int argc, char *argv[])
break; break;
case 'a': case 'a':
cfg_setint(cfg, "show_all", 1); cfg_setbool(cfg, "show_all", cfg_true);
break; break;
case 'U': case 'U':