diff --git a/include/libtorrent/torrent.hpp b/include/libtorrent/torrent.hpp index 92b5d59cc..de3e37d26 100644 --- a/include/libtorrent/torrent.hpp +++ b/include/libtorrent/torrent.hpp @@ -1429,7 +1429,7 @@ namespace libtorrent // the number of bytes that has been // downloaded that failed the hash-test boost::uint32_t m_total_failed_bytes; - boost::uint32_t m_total_redundant_bytes; + boost::uint64_t m_total_redundant_bytes; // the sequence number for this torrent, this is a // monotonically increasing number for each added torrent