Index: obj_arc.c =================================================================== --- obj_arc.c (revision 32114) +++ obj_arc.c (revision 32115) @@ -257,7 +257,7 @@ { if (dst == NULL) return NULL; - rnd_attribute_copy_all(&dst->Attributes, &src->Attributes); + pcb_attribute_copy_all(&dst->Attributes, &src->Attributes); return dst; } @@ -293,7 +293,7 @@ { if ((arc->parent.layer != NULL) && (arc->parent.layer->arc_tree != NULL)) rnd_r_delete_entry(arc->parent.layer->arc_tree, (rnd_box_t *)arc); - rnd_attribute_free(&arc->Attributes); + pcb_attribute_free(&arc->Attributes); pcb_arc_unreg(arc); pcb_obj_common_free((pcb_any_obj_t *)arc); free(arc);