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