summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-07-10 17:29:12 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-07-10 17:29:12 +0300
commit95dd90f94271b821ee9ede946005cb644686f2d0 (patch)
tree30728b02e0fd3698dc374eb9714b77a21b17fc17
parent264bc39a3c07cca1dc2967fd0de88fc7110a8bf5 (diff)
fixes #2001 (occasional crash in ICQ-WIM)
-rw-r--r--protocols/ICQ-WIM/src/poll.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/poll.cpp b/protocols/ICQ-WIM/src/poll.cpp
index 8347f2a8e8..1d2a43b8dc 100644
--- a/protocols/ICQ-WIM/src/poll.cpp
+++ b/protocols/ICQ-WIM/src/poll.cpp
@@ -38,7 +38,7 @@ void CIcqProto::ProcessBuddyList(const JSONNode &ev)
setWString(hContact, "IcqGroup", szGroup);
ptrW mirGroup(Clist_GetGroup(hContact));
- if (mirGroup != szGroup)
+ if (mir_wstrcmp(mirGroup, szGroup))
bEnableMenu = true;
if (mirGroup) {