Index: puller.c =================================================================== --- puller.c (revision 17409) +++ puller.c (revision 17410) @@ -355,8 +355,9 @@ %end-doc */ -static int pcb_act_Puller(int argc, const char **argv) +static int pcb_act_Puller(int oargc, const char **oargv) { + PCB_OLD_ACT_BEGIN; pcb_coord_t Ux, Uy; double arc_angle, base_angle; #if TRACE1 @@ -453,6 +454,7 @@ pcb_undo_inc_serial(); return 1; + PCB_OLD_ACT_END; } /*****************************************************************************/ @@ -2076,8 +2078,9 @@ } #endif -static int pcb_act_GlobalPuller(int argc, const char **argv) +static int pcb_act_GlobalPuller(int oargc, const char **oargv) { + PCB_OLD_ACT_BEGIN; int select_flags = 0; unsigned int cflg; @@ -2183,6 +2186,7 @@ pcb_undo_inc_serial(); return 0; + PCB_OLD_ACT_END; } /*****************************************************************************/