Index: import_netlist.c =================================================================== --- import_netlist.c (revision 29011) +++ import_netlist.c (revision 29012) @@ -127,7 +127,7 @@ while (inputline[i] != '\0' && BLANK(inputline[i])) i++; if (kind == 0) { - net = pcb_net_get(PCB, &PCB->netlist[PCB_NETLIST_INPUT], temp, 1); + net = pcb_net_get(PCB, &PCB->netlist[PCB_NETLIST_INPUT], temp, PCB_NETA_ALLOC); kind++; } else {