Index: fidocadj.c =================================================================== --- fidocadj.c (revision 30904) +++ fidocadj.c (revision 30905) @@ -306,7 +306,7 @@ PCB_END_LOOP; PCB_SUBC_LOOP(PCB->Data) { - const char *fp = pcb_attribute_get(&subc->Attributes, "footprint"); + const char *fp = rnd_attribute_get(&subc->Attributes, "footprint"); if ((fp != NULL) && have_lib && (htsi_get(&lib_names, fp))) { rnd_coord_t x, y; double rot = 0.0;