Index: file.c =================================================================== --- file.c (revision 17126) +++ file.c (revision 17127) @@ -974,7 +974,8 @@ pcb_attribute_put(&sc->Attributes, "value", Value); #warning subc TODO: TextFlags - txt = pcb_subc_add_refdes_text(sc, TextX, TextY, Direction, TextScale, yysubc_bottom); + if (NameOnPCB != NULL) + txt = pcb_subc_add_refdes_text(sc, TextX, TextY, Direction, TextScale, yysubc_bottom); return sc; }