diff options
Diffstat (limited to 'core/libdivecomputer.c')
-rw-r--r-- | core/libdivecomputer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/libdivecomputer.c b/core/libdivecomputer.c index c182d2944..dec9ba4ea 100644 --- a/core/libdivecomputer.c +++ b/core/libdivecomputer.c @@ -861,7 +861,6 @@ static int dive_cb(const unsigned char *data, unsigned int size, add_dive_to_trip(dive, devdata->trip); } - dive->downloaded = true; record_dive_to_table(dive, devdata->download_table); mark_divelist_changed(true); return true; |