Index: main_act.c =================================================================== --- main_act.c (revision 17564) +++ main_act.c (revision 17565) @@ -311,9 +311,8 @@ { printf(" %lx %s %s\n", flg, fb->name, fb->help); } -fgw_error_t pcb_act_DumpObjFlags(fgw_arg_t *ores, int oargc, fgw_arg_t *oargv) +fgw_error_t pcb_act_DumpObjFlags(fgw_arg_t *res, int argc, fgw_arg_t *argv) { - PCB_OLD_ACT_BEGIN; unsigned long ot, max = PCB_OBJ_CLASS_REAL + 1; for(ot = 1; ot < max; ot <<= 1) { @@ -324,8 +323,9 @@ printf("%s\n", name); pcb_strflg_map(0x7fffffff, ot, NULL, dumpoflg); } + + PCB_ACT_IRES(0); return 0; - PCB_OLD_ACT_END; } static const char pcb_acts_System[] = "System(shell_cmd)";