Index: svg.c =================================================================== --- svg.c (revision 26768) +++ svg.c (revision 26769) @@ -198,7 +198,7 @@ static pcb_hid_attr_val_t svg_values[NUM_OPTIONS]; -static pcb_hid_attribute_t *svg_get_export_options(int *n) +static pcb_hid_attribute_t *svg_get_export_options(pcb_hid_t *hid, int *n) { const char *suffix = ".svg"; @@ -333,7 +333,7 @@ comp_cnt = 0; if (!options) { - svg_get_export_options(0); + svg_get_export_options(hid, 0); for (i = 0; i < NUM_OPTIONS; i++) svg_values[i] = svg_attribute_list[i].default_val; options = svg_values;