forked from premiere/premiere-libtorrent
*** empty log message ***
This commit is contained in:
parent
19cde897cc
commit
38f79dd82b
|
@ -186,7 +186,7 @@ namespace libtorrent
|
||||||
, sha1_hash const& info_hash
|
, sha1_hash const& info_hash
|
||||||
, boost::filesystem::path const& save_path
|
, boost::filesystem::path const& save_path
|
||||||
, address const& net_interface)
|
, address const& net_interface)
|
||||||
: m_torrent_file(0, 0, info_hash)
|
: m_torrent_file(0, "", info_hash)
|
||||||
, m_abort(false)
|
, m_abort(false)
|
||||||
, m_paused(false)
|
, m_paused(false)
|
||||||
, m_just_paused(false)
|
, m_just_paused(false)
|
||||||
|
|
Loading…
Reference in New Issue