Index: mentor_sch.c =================================================================== --- mentor_sch.c (revision 17407) +++ mentor_sch.c (revision 17408) @@ -257,8 +257,9 @@ static const char pcb_acts_Loadmentor_schFrom[] = "LoadMentorFrom(filename)"; static const char pcb_acth_Loadmentor_schFrom[] = "Loads the specified Mentor Graphics Design Capture schematics flat .edf file."; -int pcb_act_LoadMentorFrom(int argc, const char **argv) +int pcb_act_LoadMentorFrom(int oargc, const char **oargv) { + PCB_OLD_ACT_BEGIN; const char *fname = NULL; static char *default_file = NULL; @@ -277,6 +278,7 @@ } return mentor_sch_load(fname); + PCB_OLD_ACT_END; } pcb_hid_action_t mentor_sch_action_list[] = {