summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.c b/info.c
index f1afc0574..813d58adc 100644
--- a/info.c
+++ b/info.c
@@ -352,7 +352,7 @@ static void save_dive_info_changes(struct dive *dive, struct dive_info *info)
if (changed) {
mark_divelist_changed(TRUE);
- flush_divelist(dive);
+ update_dive(dive);
}
}