summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_caps.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-08-08 21:27:19 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-08-08 21:27:47 +0300
commit2610d3eb5477a689146b8bbf9fb8aea27ef89719 (patch)
tree00c77beeaad6324d9987b462f82ec25113d48d44 /protocols/JabberG/src/jabber_caps.h
parent3cf7f719ebd7f2f2026095536a0c4b06686b785b (diff)
fixes #667 (XMPP CAPS data is missing required attribute value)
Diffstat (limited to 'protocols/JabberG/src/jabber_caps.h')
-rwxr-xr-xprotocols/JabberG/src/jabber_caps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_caps.h b/protocols/JabberG/src/jabber_caps.h
index 16805680b5..503e0f3146 100755
--- a/protocols/JabberG/src/jabber_caps.h
+++ b/protocols/JabberG/src/jabber_caps.h
@@ -277,7 +277,7 @@ protected:
mir_cs m_cs;
CJabberClientCaps *m_pClients;
CJabberProto *ppro;
- wchar_t *m_szFeaturesCrc;
+ CMStringW m_szFeaturesCrc;
protected:
CJabberClientCaps *FindClient(const wchar_t *szNode);