fix to lazy_entry print function

This commit is contained in:
Arvid Norberg 2009-03-22 05:31:28 +00:00
parent bff043da06
commit 7c4f788b9d
1 changed files with 2 additions and 2 deletions

View File

@ -395,8 +395,8 @@ namespace libtorrent
&& e.list_size() < 20)
|| (e.list_at(0)->type() == lazy_entry::string_t
&& (e.list_at(0)->string_length() < 10
|| e.list_size() < 2))
&& e.list_size() < 5);
|| e.list_size() < 2)
&& e.list_size() < 5));
if (!one_liner) os << "\n";
for (int i = 0; i < e.list_size(); ++i)
{