diff options
Diffstat (limited to 'uemis-downloader.c')
-rw-r--r-- | uemis-downloader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uemis-downloader.c b/uemis-downloader.c index 5dfce6ce2..b4abfeb62 100644 --- a/uemis-downloader.c +++ b/uemis-downloader.c @@ -128,7 +128,7 @@ static void record_uemis_dive(device_data_t *devdata, struct dive *dive) else add_dive_to_trip(dive, devdata->trip); } - record_dive(dive); + record_dive_to_table(dive, devdata->download_table); } /* send text to the importer progress bar */ |