diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-25 14:07:10 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-25 14:07:10 +0300 |
commit | 94cf6af342027cfaf486eefaad9f6f1450ecb8f0 (patch) | |
tree | 277a4804ac2ffb995502c5baccc85643510d5a18 /protocols/JabberG/src/jabber_proto.cpp | |
parent | 32959b018c14782f29db4fa5dd4bd76ae96bd511 (diff) |
compilation fix
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.cpp | 2 |
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;
|