Index: trunk/src/obj_subc.c =================================================================== --- trunk/src/obj_subc.c (revision 11923) +++ trunk/src/obj_subc.c (revision 11924) @@ -443,7 +443,7 @@ /* Add refdes */ { - pcb_attribute_put(&sc->Attributes, "refdes", "U1"); + pcb_attribute_put(&sc->Attributes, "refdes", "U?"); 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)