summaryrefslogtreecommitdiffstats
path: root/parse-xml.c
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2014-12-28 13:26:38 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-28 06:43:14 -0800
commiteab52183a8fb06c3248d4bace8a82f2d2534b3ea (patch)
treef138075a52c3cd4037d01517baeb7684c1419aad /parse-xml.c
parentb000e1b59189a16dd70473f8f93d258e8ad4f095 (diff)
downloadsubsurface-eab52183a8fb06c3248d4bace8a82f2d2534b3ea.tar.gz
Set dive_table for Divesoft import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'parse-xml.c')
-rw-r--r--parse-xml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/parse-xml.c b/parse-xml.c
index 1da36f0bb..c2190b535 100644
--- a/parse-xml.c
+++ b/parse-xml.c
@@ -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;