printf typo

This commit is contained in:
Miguel Freitas 2013-10-10 14:03:41 -03:00
parent 9d1b5915f9
commit 22bf956f8a

View File

@ -163,7 +163,7 @@ void ThreadWaitExtIP()
boost::filesystem::path userDataPath = GetDataDir() / "user_data";
loadUserData(userDataPath.string(), m_users);
printf("loaded user_data for %z users\n", m_users.size());
printf("loaded user_data for %zd users\n", m_users.size());
// now restart the user torrents (all m_following)
std::map<std::string,UserData>::const_iterator i;