Index: ltspice.c =================================================================== --- ltspice.c (revision 23688) +++ ltspice.c (revision 23689) @@ -277,7 +277,7 @@ if (!fname || !*fname) { fname = pcb_gui->fileselect("Load ltspice net+asc file pair...", "Picks a ltspice mentor net or asc file to load.\n", - default_file, ".asc", "ltspice", PCB_HID_FSD_READ); + default_file, ".asc", "ltspice", PCB_HID_FSD_READ, NULL); if (fname == NULL) return 1; if (default_file != NULL) {