mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
documentation fix: create empty files on tr_torrent::start (#6340)
This commit is contained in:
@@ -886,8 +886,8 @@ void tr_torrent::on_metainfo_completed()
|
||||
|
||||
if (session->shouldFullyVerifyAddedTorrents() || !is_new_torrent_a_seed())
|
||||
{
|
||||
// Potentially, we are in `tr_torrentNew`,
|
||||
// and we don't want any file created before `torrentStart`
|
||||
// Potentially, we are in `tr_torrent::init`,
|
||||
// and we don't want any file created before `tr_torrent::start`
|
||||
// so we Verify but we don't Create files.
|
||||
tr_torrentVerify(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user