Index: import_netlist.c =================================================================== --- import_netlist.c (revision 23597) +++ import_netlist.c (revision 23598) @@ -68,6 +68,7 @@ pcb_message(PCB_MSG_INFO, _("Importing PCB netlist %s\n"), filename); + ratcmd = conf_core.rc.rat_command; if (PCB_EMPTY_STRING_P(ratcmd)) { fp = pcb_fopen(filename, "r"); if (!fp) {