Index: plug_import.c =================================================================== --- plug_import.c (revision 34909) +++ plug_import.c (revision 34910) @@ -105,7 +105,7 @@ { pcb_plug_import_t *plug; - if (!rnd_file_readable(filename)) { + if (!rnd_file_readable(hidlib, filename)) { rnd_message(RND_MSG_ERROR, "Error: can't find a suitable netlist parser for %s - might be related: can't open %s for reading\n", filename, filename); return 1; }