replace is_seed() with has_picker()

This commit is contained in:
Arvid Norberg 2012-04-27 04:36:12 +00:00
parent 6b40d5983b
commit 2016251b4f
1 changed files with 1 additions and 1 deletions

View File

@ -2668,7 +2668,7 @@ namespace libtorrent
return; return;
} }
if (t->is_seed()) return; if (!t->has_picker()) return;
piece_picker& picker = t->picker(); piece_picker& picker = t->picker();