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