fix to lazy_entry print function
This commit is contained in:
parent
bff043da06
commit
7c4f788b9d
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue