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