Index: trunk/src/obj_subc.c =================================================================== --- trunk/src/obj_subc.c (revision 11945) +++ trunk/src/obj_subc.c (revision 11946) @@ -443,7 +443,7 @@ /* Add refdes */ { - pcb_attribute_put(&sc->Attributes, "refdes", "U?"); + pcb_attribute_put(&sc->Attributes, "refdes", "U0"); if (dst_top_silk == NULL) dst_top_silk = pcb_layer_new_bound(sc->data, PCB_LYT_TOP | PCB_LYT_SILK, "top-silk"); if (dst_top_silk != NULL)