Index: autoroute.c =================================================================== --- autoroute.c (revision 30904) +++ autoroute.c (revision 30905) @@ -1072,7 +1072,7 @@ size_t sni; routebox_t *last_in_net = NULL; pcb_net_t *net = e->value; - const char *style = pcb_attribute_get(&net->Attributes, "style"); + const char *style = rnd_attribute_get(&net->Attributes, "style"); int j; if (style == NULL)