Merge pull request #20 from Chocobo1/dev

assertion failed in libConfuse
This commit is contained in:
Thomas Graf 2015-04-29 08:25:47 -07:00
commit 234efb85f6

View File

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