using cfg_setint
is triggering an assertion in confuse library, should use cfg_setbool
instead
This commit is contained in:
parent
8fc5a55da4
commit
229d58c975
@ -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':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user