Index: report.c =================================================================== --- report.c (revision 31004) +++ report.c (revision 31005) @@ -310,8 +310,8 @@ subc->ID, pcb_strflg_f2s(subc->Flags, PCB_OBJ_SUBC, NULL, 0), subc->BoundingBox.X1, subc->BoundingBox.Y1, subc->BoundingBox.X2, subc->BoundingBox.Y2, - PCB_EMPTY(subc->refdes), - PCB_EMPTY(rnd_attribute_get(&subc->Attributes, "footprint")), + RND_EMPTY(subc->refdes), + RND_EMPTY(rnd_attribute_get(&subc->Attributes, "footprint")), gen_locked(subc)); }