msvc build fixes and warning fixes

This commit is contained in:
Arvid Norberg
2008-04-05 21:18:27 +00:00
parent 7ebdc27779
commit 35fd9aec61
17 changed files with 74 additions and 64 deletions

View File

@@ -284,7 +284,7 @@ namespace libtorrent { namespace
entry const& messages = h["m"];
if (entry const* index = messages.find_key("LT_metadata"))
{
m_message_index = index->integer();
m_message_index = int(index->integer());
return true;
}
else