From 87d9cdb965ddeddede17614687bfbf8ea2d21792 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 11 Mar 2007 23:17:40 +0000 Subject: [PATCH] fix for msvc-7.1 --- src/torrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index ef93a880d..f389cc518 100755 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -649,7 +649,7 @@ namespace libtorrent m_policy->peer_from_tracker(*host, pid); } catch (std::exception&) - {} + {}; size_type torrent::bytes_left() const {