fix invalid comment
This commit is contained in:
parent
e2fba2caa9
commit
ab34239447
|
@ -1047,7 +1047,7 @@ namespace libtorrent
|
||||||
if (on_parole()) ret |= piece_picker::on_parole
|
if (on_parole()) ret |= piece_picker::on_parole
|
||||||
| piece_picker::prioritize_partials;
|
| piece_picker::prioritize_partials;
|
||||||
|
|
||||||
// only one of rarest_first, common_first and sequential can be set.
|
// only one of rarest_first and sequential can be set.
|
||||||
TORRENT_ASSERT((ret & piece_picker::rarest_first) ? 1 : 0
|
TORRENT_ASSERT((ret & piece_picker::rarest_first) ? 1 : 0
|
||||||
+ (ret & piece_picker::sequential) ? 1 : 0 <= 1);
|
+ (ret & piece_picker::sequential) ? 1 : 0 <= 1);
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in New Issue