Index: ltspice.c =================================================================== --- ltspice.c (revision 17407) +++ ltspice.c (revision 17408) @@ -266,8 +266,9 @@ static const char pcb_acts_LoadLtspiceFrom[] = "LoadLtspiceFrom(filename)"; static const char pcb_acth_LoadLtspiceFrom[] = "Loads the specified ltspice .net and .asc file - the netlist must be mentor netlist."; -int pcb_act_LoadLtspiceFrom(int argc, const char **argv) +int pcb_act_LoadLtspiceFrom(int oargc, const char **oargv) { + PCB_OLD_ACT_BEGIN; const char *fname = NULL, *end; char *fname_asc, *fname_net, *fname_base; static char *default_file = NULL; @@ -307,6 +308,7 @@ free(fname_net); return res; + PCB_OLD_ACT_END; } pcb_hid_action_t ltspice_action_list[] = {