mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-10 05:44:14 +00:00
printf typo
This commit is contained in:
parent
9d1b5915f9
commit
22bf956f8a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user