mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Set dive_table for Divesoft import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b000e1b591
commit
eab52183a8
1 changed files with 2 additions and 0 deletions
|
@ -2537,6 +2537,8 @@ int parse_dlf_buffer(char *buffer, size_t size)
|
|||
bool event, found;
|
||||
int i;
|
||||
|
||||
target_table = &dive_table;
|
||||
|
||||
/* Skipping the dive header for now */
|
||||
ptr += 32;
|
||||
|
||||
|
|
Loading…
Reference in a new issue