Index: report.c =================================================================== --- report.c (revision 23380) +++ report.c (revision 23381) @@ -721,7 +721,7 @@ if (!tofind) return 1; - if (pcb_brave & PCB_BRAVE_NETLIST2) { + if (!(pcb_brave & PCB_BRAVE_OLD_NETLIST)) { net = pcb_net_get_user(PCB, &PCB->netlist[PCB_NETLIST_EDITED], tofind); if (net != NULL) { pcb_net_term_t *term;