Use truncated torrent hash in temp path

This commit is contained in:
Vladimir Golovnev (Glassez) 2016-04-23 21:01:56 +03:00
parent 850556fdfa
commit b8c703b8b0
2 changed files with 3 additions and 2 deletions

View file

@ -68,7 +68,6 @@ bool InfoHash::isValid() const
return m_valid;
}
InfoHash::operator libtorrent::sha1_hash() const
{
return m_nativeHash;