diff options
-rw-r--r-- | core/downloadfromdcthread.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index 3c3e0df0a..36829ad1b 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -29,6 +29,7 @@ void DownloadThread::run() downloadTable.nr = 0; qDebug() << "Starting the thread" << downloadTable.nr; + dive_table.preexisting = dive_table.nr; Q_ASSERT(internalData->download_table != nullptr); const char *errorText; |