diff options
Diffstat (limited to 'core/uemis-downloader.c')
-rw-r--r-- | core/uemis-downloader.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/uemis-downloader.c b/core/uemis-downloader.c index 5ad6b92be..08fa44542 100644 --- a/core/uemis-downloader.c +++ b/core/uemis-downloader.c @@ -1018,14 +1018,12 @@ static bool process_raw_buffer(device_data_t *devdata, uint32_t deviceid, char * if (done && ++bp < endptr && *bp != '{' && strstr(bp, "{{")) { done = false; record_dive_to_table(dive, devdata->download_table); - mark_divelist_changed(true); dive = uemis_start_dive(deviceid); } } if (is_log) { if (dive->dc.diveid) { record_dive_to_table(dive, devdata->download_table); - mark_divelist_changed(true); } else { /* partial dive */ free(dive); free(buf); |