mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Removed wrong ASSERT in torrent creator
This commit is contained in:
parent
636f9b2912
commit
b3f89027fc
@ -247,8 +247,6 @@ void TorrentCreatorDlg::updateOptimalPieceSize()
|
||||
}
|
||||
++i;
|
||||
}while(i<m_piece_sizes.size());
|
||||
qDebug("ASSERT value %d <= %d", (int)(torrent_size/(m_piece_sizes.at(i)*1024.)), NB_PIECES_MIN);
|
||||
Q_ASSERT((double)torrent_size/(m_piece_sizes.at(i)*1024.) > NB_PIECES_MIN);
|
||||
comboPieceSize->setCurrentIndex(i);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user