fixed recent change to torrent_info.cpp

This commit is contained in:
Arvid Norberg 2007-08-27 16:12:42 +00:00
parent 056b9709ac
commit aff2869bed
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ namespace libtorrent
if (i->first == "pieces" if (i->first == "pieces"
|| i->first == "piece length" || i->first == "piece length"
|| i->first == "length" || i->first == "length"
|| i->first == "files" // || i->first == "files"
|| i->first == "name") || i->first == "name")
continue; continue;
m_extra_info[i->first] = i->second; m_extra_info[i->first] = i->second;