X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fconf.c;h=927e3ba5830f0aeb7fdf19de3768f013494411f2;hp=0d21a01122f7a70078fde40bb66cdae3ef03689d;hb=88c63806fe5084f148caa35d479320f283998988;hpb=2e9de4821d4aa774d999a0d217159d33ea7b6517 diff --git a/config/conf.c b/config/conf.c index 0d21a01..927e3ba 100644 --- a/config/conf.c +++ b/config/conf.c @@ -354,8 +354,7 @@ static void conf(struct menu *menu) switch (prop->type) { case P_MENU: - if ((input_mode == listnewconfig || - input_mode == oldnoconfig) && + if (input_mode == listnewconfig) && rootEntry != menu) { check_conf(menu); return; @@ -630,7 +629,7 @@ int main(int ac, char **av) do { conf_cnt = 0; check_conf(&rootmenu); - } while (conf_cnt && input_mode != listnewconfig); + } while (conf_cnt); break; }