Index: polystitch.c =================================================================== --- polystitch.c (revision 17409) +++ polystitch.c (revision 17410) @@ -89,8 +89,9 @@ } -static int pcb_act_polystitch(int argc, const char **argv) +static int pcb_act_polystitch(int oargc, const char **oargv) { + PCB_OLD_ACT_BEGIN; pcb_coord_t x, y; pcb_poly_t *inner_poly, *outer_poly; @@ -119,6 +120,7 @@ } } return 0; + PCB_OLD_ACT_END; } static pcb_hid_action_t polystitch_action_list[] = {