Index: plug_footprint_act.c =================================================================== --- plug_footprint_act.c (revision 31031) +++ plug_footprint_act.c (revision 31032) @@ -39,7 +39,7 @@ const char *name = NULL; pcb_fplibrary_t *l; - rnd_PCB_ACT_MAY_CONVARG(1, FGW_STR, fp_rehash, name = argv[1].val.str); + RND_ACT_MAY_CONVARG(1, FGW_STR, fp_rehash, name = argv[1].val.str); RND_ACT_IRES(0); if (name == NULL) {