From c2fa1d69a0ee5e9a558b080fe04f54641a1ecce5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 15 May 2015 13:59:24 +0000 Subject: stupid typo git-svn-id: http://svn.miranda-ng.org/main/trunk@13605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/MSN/src') diff --git a/protocols/MSN/src/msn_chat.cpp b/protocols/MSN/src/msn_chat.cpp index fd3a260527..a4e8c12145 100644 --- a/protocols/MSN/src/msn_chat.cpp +++ b/protocols/MSN/src/msn_chat.cpp @@ -92,7 +92,7 @@ void CMsnProto::MSN_ChatStart(ezxml_t xmli) // If Chat ID already exists, don'T create a new one const char *pszID = ezxml_txt(ezxml_child(xmli, "id")); GCThreadData* info = MSN_GetThreadByChatId(_A2T(pszID)); - if (info = NULL) { + if (info == NULL) { info = new GCThreadData; { mir_cslock lck(m_csThreads); -- cgit v1.2.3