summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-25 14:07:10 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-25 14:07:10 +0300
commit94cf6af342027cfaf486eefaad9f6f1450ecb8f0 (patch)
tree277a4804ac2ffb995502c5baccc85643510d5a18 /protocols/JabberG/src/jabber_proto.cpp
parent32959b018c14782f29db4fa5dd4bd76ae96bd511 (diff)
compilation fix
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp
index ea269c7dfe..6547c4accc 100755
--- a/protocols/JabberG/src/jabber_proto.cpp
+++ b/protocols/JabberG/src/jabber_proto.cpp
@@ -605,7 +605,7 @@ int CJabberProto::GetInfo(MCONTACT hContact, int /*infoType*/)
if (!m_bJabberOnline || isChatRoom(hContact))
return 1;
- ptrA jid(getUStringA("jid"));
+ ptrA jid(getUStringA(hContact, "jid"));
if (!jid)
return 1;