fixed build error

This commit is contained in:
Arvid Norberg 2010-11-30 03:20:35 +00:00
parent 6ec7c85746
commit 3563ef98df
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ namespace libtorrent
*filehash = fh;
lazy_entry const* s_p = dict.dict_find("symlink path");
if (s_p != 0 && s_p->type() == lazy_entry::list_t && symlink)
if (s_p != 0 && s_p->type() == lazy_entry::list_t && target.symlink_attribute)
{
for (int i = 0, end(s_p->list_size()); i < end; ++i)
{