diff options
author | George Hazan <george.hazan@gmail.com> | 2024-12-16 00:04:44 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-12-16 00:04:44 +0300 |
commit | c148e62ea62b06f5b23c958ce5cd68c8e3714db6 (patch) | |
tree | 47fcb9b95b27f43e61f65d44540a9db9e1f85e90 /protocols/Steam/src/steam_proto.cpp | |
parent | 8b123abaabfafc7785cf08c68fefae5e0b528b15 (diff) |
minus GetFriendListRequest HTTP request
Diffstat (limited to 'protocols/Steam/src/steam_proto.cpp')
-rw-r--r-- | protocols/Steam/src/steam_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp index 9a34e24c4f..00f9579cdb 100644 --- a/protocols/Steam/src/steam_proto.cpp +++ b/protocols/Steam/src/steam_proto.cpp @@ -86,7 +86,7 @@ CSteamProto::~CSteamProto() MCONTACT CSteamProto::AddToList(int, PROTOSEARCHRESULT *psr)
{
- MCONTACT hContact = AddContact(T2Utf(psr->id.w), psr->nick.w, true);
+ MCONTACT hContact = AddContact(_wtoi64(psr->id.w), psr->nick.w, true);
if (psr->cbSize == sizeof(STEAM_SEARCH_RESULT)) {
STEAM_SEARCH_RESULT *ssr = (STEAM_SEARCH_RESULT *)psr;
|