Index: import_gnetlist.c =================================================================== --- import_gnetlist.c (revision 30897) +++ import_gnetlist.c (revision 30898) @@ -122,7 +122,7 @@ if (res == 0) { if (verbose) pcb_message(PCB_MSG_DEBUG, "pcb_gnetlist: about to run pcb_act_ExecuteFile, file = %s\n", tmpfn); - fgw_uvcall(&pcb_fgw, &PCB->hidlib, &rs, "executefile", FGW_STR, tmpfn, 0); + fgw_uvcall(&rnd_fgw, &PCB->hidlib, &rs, "executefile", FGW_STR, tmpfn, 0); } for(n = 0; n < numfns; n++) free(cmd[n+8]);