summaryrefslogtreecommitdiffstats
path: root/dive.c
diff options
context:
space:
mode:
Diffstat (limited to 'dive.c')
-rw-r--r--dive.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.c b/dive.c
index b57205bc5..ed3908928 100644
--- a/dive.c
+++ b/dive.c
@@ -26,6 +26,7 @@ void add_event(struct dive *dive, int time, int type, int flags, int value, cons
while (*p)
p = &(*p)->next;
*p = ev;
+ remember_event(name);
}
double get_depth_units(unsigned int mm, int *frac, const char **units)