forked from premiere/premiere-libtorrent
fixed typo
This commit is contained in:
parent
8e899fa9fd
commit
902a94d6fd
|
@ -1478,7 +1478,7 @@ namespace libtorrent
|
||||||
|
|
||||||
k = std::find(backup_blocks.begin()
|
k = std::find(backup_blocks.begin()
|
||||||
, backup_blocks.end(), piece_block(i->index, j));
|
, backup_blocks.end(), piece_block(i->index, j));
|
||||||
if (k != interesting_blocks.end()) continue;
|
if (k != backup_blocks.end()) continue;
|
||||||
|
|
||||||
std::cerr << "interesting blocks:" << std::endl;
|
std::cerr << "interesting blocks:" << std::endl;
|
||||||
for (k = interesting_blocks.begin(); k != interesting_blocks.end(); ++k)
|
for (k = interesting_blocks.begin(); k != interesting_blocks.end(); ++k)
|
||||||
|
|
Loading…
Reference in New Issue