summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_proto.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-06-03 17:45:05 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-06-03 17:45:05 +0000
commit4c533c2fd10ff3d0e40ec384f5828c71e8b0e0f8 (patch)
tree83a04a05dd66c460e72f7f12e51a9de07203ee83 /protocols/Steam/src/steam_proto.cpp
parentb7c991c686cd440cb8b81745ec587fbf29deb97d (diff)
Steam:
- fixed message sending - fixed auth request git-svn-id: http://svn.miranda-ng.org/main/trunk@9406 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.cpp')
-rw-r--r--protocols/Steam/src/steam_proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp
index 3705916e46..fec169b376 100644
--- a/protocols/Steam/src/steam_proto.cpp
+++ b/protocols/Steam/src/steam_proto.cpp
@@ -299,7 +299,7 @@ int __cdecl CSteamProto::SendMsg(MCONTACT hContact, int flags, const char *msg)
ptrA token(getStringA("TokenSecret"));
ptrA umqid(getStringA("UMQID"));
- ptrA steamId(getStringA(hContact, "SteamId"));
+ ptrA steamId(getStringA(hContact, "SteamID"));
PushRequest(
new SteamWebApi::SendMessageRequest(token, umqid, steamId, ptrA(mir_utf8encode(msg))),