diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-08 21:27:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-08 21:27:47 +0300 |
commit | 2610d3eb5477a689146b8bbf9fb8aea27ef89719 (patch) | |
tree | 00c77beeaad6324d9987b462f82ec25113d48d44 /protocols/JabberG/src/jabber_caps.h | |
parent | 3cf7f719ebd7f2f2026095536a0c4b06686b785b (diff) |
fixes #667 (XMPP CAPS data is missing required attribute value)
Diffstat (limited to 'protocols/JabberG/src/jabber_caps.h')
-rwxr-xr-x | protocols/JabberG/src/jabber_caps.h | 2 |
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);
|