Index: dxf.c =================================================================== --- dxf.c (revision 26768) +++ dxf.c (revision 26769) @@ -200,7 +200,7 @@ static pcb_hid_attr_val_t dxf_values[NUM_OPTIONS]; -static pcb_hid_attribute_t *dxf_get_export_options(int *n) +static pcb_hid_attribute_t *dxf_get_export_options(pcb_hid_t *hid, int *n) { const char *suffix = ".dxf"; @@ -276,7 +276,7 @@ lht_err_t err; if (!options) { - dxf_get_export_options(0); + dxf_get_export_options(hid, 0); for (i = 0; i < NUM_OPTIONS; i++) dxf_values[i] = dxf_attribute_list[i].default_val; options = dxf_values;