Browse Source

Fix "Skip hash check" feature in torrent import dialog (closes #128)

adaptive-webui-19844
Christophe Dumez 12 years ago
parent
commit
51aae059e3
  1. 1
      src/torrentimportdlg.cpp

1
src/torrentimportdlg.cpp

@ -143,6 +143,7 @@ void TorrentImportDlg::on_browseContentBtn_clicked() @@ -143,6 +143,7 @@ void TorrentImportDlg::on_browseContentBtn_clicked()
#endif
bool size_mismatch = false;
QDir content_dir(m_contentPath);
content_dir.cdUp();
// Check file sizes
for (int i=0; i<t->num_files(); ++i) {
#if LIBTORRENT_VERSION_MINOR > 15

Loading…
Cancel
Save