Index: import_netlist.c =================================================================== --- import_netlist.c (revision 4863) +++ import_netlist.c (revision 4864) @@ -81,7 +81,7 @@ /* open pipe to stdout of command */ if (*command == '\0' || (fp = popen(command, "r")) == NULL) { - PopenErrorpcb_message(command); + pcb_popen_error_message(command); free(command); return (1); }