Index: svg.c =================================================================== --- svg.c (revision 21305) +++ svg.c (revision 21306) @@ -197,11 +197,10 @@ static pcb_hid_attribute_t *svg_get_export_options(int *n) { - static char *last_made_filename = 0; const char *suffix = ".svg"; if (PCB) - pcb_derive_default_filename(PCB->Filename, &svg_attribute_list[HA_svgfile], suffix, &last_made_filename); + pcb_derive_default_filename(PCB->Filename, &svg_attribute_list[HA_svgfile], suffix); if (n) *n = NUM_OPTIONS;