Index: trunk/src_plugins/import_mentor_sch/netlist_helper.c =================================================================== --- trunk/src_plugins/import_mentor_sch/netlist_helper.c (revision 7430) +++ trunk/src_plugins/import_mentor_sch/netlist_helper.c (revision 7431) @@ -253,7 +253,7 @@ /* create elemet */ pcb_hid_actionl("ElementList", "Need", refdes, footprint, value, NULL); - printf("Elem '%s' -> %s:%s:%s\n", ectx->id, refdes, footprint, value); +/* printf("Elem '%s' -> %s:%s:%s\n", ectx->id, refdes, footprint, value);*/ } else pcb_message(PCB_MSG_ERROR, "Ignoring part %s: no refdes\n", ectx->id); @@ -291,7 +291,7 @@ if (refdes == NULL) { pcb_message(PCB_MSG_ERROR, "nethelper: can't resolve refdes of part %s\n", part); } - pcb_snprintf(term, sizeof(term), "%s:%s", refdes, pin); + pcb_snprintf(term, sizeof(term), "%s-%s", refdes, pin); pcb_hid_actionl("Netlist", "Add", nctx->netname, term, NULL); }