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:
Miika Turkia 2014-12-28 13:26:38 +02:00 committed by Dirk Hohndel
parent b000e1b591
commit eab52183a8

View file

@ -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;