mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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;
|
bool event, found;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
target_table = &dive_table;
|
||||||
|
|
||||||
/* Skipping the dive header for now */
|
/* Skipping the dive header for now */
|
||||||
ptr += 32;
|
ptr += 32;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue