diff options
Diffstat (limited to 'libdivecomputer.c')
-rw-r--r-- | libdivecomputer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdivecomputer.c b/libdivecomputer.c index d55cadf37..70be23f48 100644 --- a/libdivecomputer.c +++ b/libdivecomputer.c @@ -597,7 +597,7 @@ static int dive_cb(const unsigned char *data, unsigned int size, } dive->downloaded = true; - record_dive(dive); + record_dive_to_table(dive, devdata->download_table); mark_divelist_changed(true); return true; |