Index: stat.c =================================================================== --- stat.c (revision 34294) +++ stat.c (revision 34295) @@ -113,10 +113,10 @@ static rnd_export_opt_t *stat_get_export_options(rnd_hid_t *hid, int *n) { const char *suffix = ".stat.lht"; - char **val = stat_attribute_list[HA_statfile].value; + char **val = &stat_values[HA_statfile].str; if ((PCB != NULL) && ((val == NULL) || (*val == NULL) || (**val == '\0'))) - pcb_derive_default_filename(PCB->hidlib.filename, &stat_attribute_list[HA_statfile], suffix); + pcb_derive_default_filename(PCB->hidlib.filename, &stat_values[HA_statfile], suffix); if (n) *n = NUM_OPTIONS;