From dc9802fe1e4a51fabcc18921504cab64cdd2a321 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 27 Aug 2009 13:20:33 +0000 Subject: [PATCH] - Forgot not to remove this file too --- src/bittorrent.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index 8fe08b8a4..9fe6b8af0 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -1586,8 +1586,6 @@ void bittorrent::importOldTempData(QString torrent_path) { if(QFile::exists(misc::qBittorrentPath()+"BT_backup"+QDir::separator()+hash+".incremental")) { qDebug("Imported torrent was sequential"); TorrentTempData::setSequential(hash, true); - // Cleanup - QFile::remove(misc::qBittorrentPath()+"BT_backup"+QDir::separator()+hash+".incremental"); } } catch(std::exception&) { }