[PATCH] Set dive_table for Divesoft import

Miika Turkia miika.turkia at gmail.com
Sun Dec 28 03:26:38 PST 2014


Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
---
 parse-xml.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/parse-xml.c b/parse-xml.c
index 1da36f0..c2190b5 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;
 
-- 
1.9.1



More information about the subsurface mailing list