Index: ltspice.c =================================================================== --- ltspice.c (revision 30939) +++ ltspice.c (revision 30940) @@ -330,7 +330,7 @@ return 0; /* only pure netlist import is supported */ gen_filenames(args[0], &fname_net, &fname_asc); - if (!pcb_file_readable(fname_net)) + if (!rnd_file_readable(fname_net)) goto quit; f = pcb_fopen(&PCB->hidlib, fname_asc, "r");