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