Index: fp_board.c =================================================================== --- fp_board.c (revision 32114) +++ fp_board.c (revision 32115) @@ -55,7 +55,7 @@ id++; pcb_subclist_dedup_skip(dedup, subc); - ename = rnd_attribute_get(&subc->Attributes, "footprint"); + ename = pcb_attribute_get(&subc->Attributes, "footprint"); if (ename == NULL) ename = subc->refdes; if (ename == NULL)