Index: import_gnetlist.c =================================================================== --- import_gnetlist.c (revision 35212) +++ import_gnetlist.c (revision 35213) @@ -142,8 +142,10 @@ if (rs.val.nat_int == 1) goto execerr; } - else - rnd_actionva(&PCB->hidlib, "LoadTedaxFrom", "Netlist", tmpfn, NULL); + else { + if (rnd_actionva(&PCB->hidlib, "LoadTedaxFrom", "Netlist", tmpfn, NULL) != 0) + goto execerr; + } } else { execerr:;