seed rank fix

This commit is contained in:
Arvid Norberg 2008-05-07 08:24:16 +00:00
parent 840273a94b
commit 73ef60e5fa
1 changed files with 1 additions and 1 deletions

View File

@ -1281,7 +1281,7 @@ namespace aux {
std::sort(seeds.begin(), seeds.end()
, bind(&torrent::seed_rank, _1, boost::ref(m_settings))
< bind(&torrent::seed_rank, _2, boost::ref(m_settings)));
> bind(&torrent::seed_rank, _2, boost::ref(m_settings)));
}
for (std::vector<torrent*>::iterator i = downloaders.begin()