From 38f79dd82b2a488e3169e5fa90af8646adc3fc19 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 31 Jul 2004 06:43:32 +0000 Subject: [PATCH] *** empty log message *** --- src/torrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index 022526e09..3eafe2747 100755 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -186,7 +186,7 @@ namespace libtorrent , sha1_hash const& info_hash , boost::filesystem::path const& save_path , address const& net_interface) - : m_torrent_file(0, 0, info_hash) + : m_torrent_file(0, "", info_hash) , m_abort(false) , m_paused(false) , m_just_paused(false)