Index: ltspice.c =================================================================== --- ltspice.c (revision 23713) +++ ltspice.c (revision 23714) @@ -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, NULL); + default_file, ".asc", NULL, "ltspice", PCB_HID_FSD_READ, NULL); if (fname == NULL) return 1; if (default_file != NULL) {