Import surface event from Suunto DB

This is actually relevant information when someone surfaces
accidentally, thus we should not ignore it.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2015-05-19 19:22:36 +03:00 committed by Dirk Hohndel
parent 187f7dab9f
commit f7e86b5838

View file

@ -2053,8 +2053,9 @@ extern int dm4_events(void *handle, int columns, char **data, char **column)
break;
case 257:
/* 257 Dive active */
/* This seems to be given after surface
* when descending again. Ignoring it. */
/* This seems to be given after surface when
* descending again. */
strcpy(cur_event.name, "surface");
break;
case 258:
/* 258 Bookmark */