summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-05-15 13:59:24 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-05-15 13:59:24 +0000
commitc2fa1d69a0ee5e9a558b080fe04f54641a1ecce5 (patch)
tree137ac1b4945961b1c2db7339ac60ab0e969e0f27
parent03db06c52cad84ecb2bf0b3fff8a518ff895dc19 (diff)
stupid typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@13605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/MSN/src/msn_chat.cpp2
1 files changed, 1 insertions, 1 deletions
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);