Index: import_netlist.c =================================================================== --- import_netlist.c (revision 30904) +++ import_netlist.c (revision 30905) @@ -132,7 +132,7 @@ else { if (kind == 1 && strchr(temp, '-') == NULL) { kind++; - pcb_attribute_put(&net->Attributes, "style", temp); + rnd_attribute_put(&net->Attributes, "style", temp); } else { pcb_net_term_get_by_pinname(net, temp, PCB_NETA_ALLOC);