From 94cf6af342027cfaf486eefaad9f6f1450ecb8f0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 25 Feb 2019 14:07:10 +0300 Subject: compilation fix --- protocols/JabberG/src/jabber_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3