merged web seeding fix from RC_0_16

This commit is contained in:
Arvid Norberg 2013-10-03 01:40:34 +00:00
parent 64b563fd06
commit fdaffc5f1a
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ namespace libtorrent
// 3. the start of a block
// in that order, these parts are parsed.
bool range_overlaps_request = re > fs + int(m_piece.size());
bool range_overlaps_request = re >= fs + int(m_piece.size());
if (!range_overlaps_request)
{