Index: excellon.c =================================================================== --- excellon.c (revision 34294) +++ excellon.c (revision 34295) @@ -204,9 +204,9 @@ static rnd_export_opt_t *excellon_get_export_options(rnd_hid_t *hid, int *n) { - char **val = excellon_options[HA_excellonfile].value; + char **val = &excellon_values[HA_excellonfile].str; if ((PCB != NULL) && ((val == NULL) || (*val == NULL) || (**val == '\0'))) - pcb_derive_default_filename(PCB->hidlib.filename, &excellon_options[HA_excellonfile], ""); + pcb_derive_default_filename(PCB->hidlib.filename, &excellon_values[HA_excellonfile], ""); if (n) *n = NUM_OPTIONS;