Index: eps.c =================================================================== --- eps.c (revision 34300) +++ eps.c (revision 34301) @@ -120,9 +120,9 @@ static const rnd_export_opt_t *eps_get_export_options(rnd_hid_t *hid, int *n) { - char **val = &eps_values[HA_psfile].str; + const char *val = eps_values[HA_psfile].str; - if ((PCB != NULL) && ((val == NULL) || (*val == NULL) || (**val == '\0'))) + if ((PCB != NULL) && ((val == NULL) || (*val == '\0'))) pcb_derive_default_filename(PCB->hidlib.filename, &eps_values[HA_psfile], ".eps"); if (n)