Index: plug_footprint_act.c =================================================================== --- plug_footprint_act.c (revision 36989) +++ plug_footprint_act.c (revision 36990) @@ -43,7 +43,7 @@ RND_ACT_IRES(0); if (name == NULL) { - pcb_fp_rehash(RND_ACT_HIDLIB, NULL); + pcb_fp_rehash(RND_ACT_DESIGN, NULL); return 0; } @@ -66,7 +66,7 @@ return 0; } - if (pcb_fp_rehash(RND_ACT_HIDLIB, l) != 0) { + if (pcb_fp_rehash(RND_ACT_DESIGN, l) != 0) { rnd_message(RND_MSG_ERROR, "Failed to rehash %s\n", name); RND_ACT_IRES(1); return 0;