fixed typo

This commit is contained in:
Arvid Norberg 2008-05-15 21:48:11 +00:00
parent 9d44707ebf
commit c53eabd90c
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ namespace libtorrent
if (m_comment.empty()) m_comment = torrent_file.dict_find_string_value("comment");
m_created_by = torrent_file.dict_find_string_value("created by.utf-8");
if (m_created_by.empty()) m_comment = torrent_file.dict_find_string_value("created by");
if (m_created_by.empty()) m_created_by = torrent_file.dict_find_string_value("created by");
lazy_entry const* info = torrent_file.dict_find_dict("info");
if (info == 0)