Index: hpgl.c =================================================================== --- hpgl.c (revision 23688) +++ hpgl.c (revision 23689) @@ -158,7 +158,7 @@ if (!fname || !*fname) { fname = pcb_gui->fileselect("Load HP-GL file...", "Picks a HP-GL plot file to load.\n", - default_file, ".hpgl", "hpgl", PCB_HID_FSD_READ); + default_file, ".hpgl", "hpgl", PCB_HID_FSD_READ, NULL); if (fname == NULL) return 0; /* cancel */ if (default_file != NULL) {