mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
187f7dab9f
commit
f7e86b5838
1 changed files with 3 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue