diff options
Diffstat (limited to 'core/divelist.c')
-rw-r--r-- | core/divelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/divelist.c b/core/divelist.c index f088195fd..02e5cfc4a 100644 --- a/core/divelist.c +++ b/core/divelist.c @@ -1488,7 +1488,7 @@ void clear_dive_file_data() clear_dive(&displayed_dive); reset_min_datafile_version(); - saved_git_id = ""; + clear_git_id(); } bool dive_less_than(const struct dive *a, const struct dive *b) |