Index: import_netlist.c =================================================================== --- import_netlist.c (revision 4604) +++ import_netlist.c (revision 4605) @@ -73,7 +73,7 @@ } else { used_popen = 1; - command = EvaluateFilename(conf_core.rc.rat_command, conf_core.rc.rat_path, filename, NULL); + command = EvaluateFilename(conf_core.rc.rat_command, conf_core.rc.rat_path, filename); /* open pipe to stdout of command */ if (*command == '\0' || (fp = popen(command, "r")) == NULL) {