Index: command.c =================================================================== --- command.c (revision 4912) +++ command.c (revision 4913) @@ -276,7 +276,7 @@ } if (PCB->Netlistname) free(PCB->Netlistname); - PCB->Netlistname = StripWhiteSpaceAndDup(filename); + PCB->Netlistname = pcb_strdup_strip_wspace(filename); return (0); }