diff options
author | George Hazan <george.hazan@gmail.com> | 2014-11-19 22:04:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-11-19 22:04:33 +0000 |
commit | 25c307a140104c3b09fecbbf2f452368090a45d0 (patch) | |
tree | 99d8e24d70a0c70e37ee85339fcb348473d52bf3 /protocols/MSN/src/msn_chat.cpp | |
parent | 550c3e26b321ffb138d02f02c22e64f3e3044767 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@11025 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/src/msn_chat.cpp')
-rw-r--r-- | protocols/MSN/src/msn_chat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/MSN/src/msn_chat.cpp b/protocols/MSN/src/msn_chat.cpp index fb90187f21..0c050204b3 100644 --- a/protocols/MSN/src/msn_chat.cpp +++ b/protocols/MSN/src/msn_chat.cpp @@ -40,8 +40,8 @@ MCONTACT CMsnProto::MSN_GetChatInernalHandle(MCONTACT hContact) int CMsnProto::MSN_ChatInit(ThreadData *info)
{
- InterlockedIncrement(&sttChatID);
- _ltot(sttChatID, info->mChatID, 10);
+ InterlockedIncrement(&m_chatID);
+ _ltot(m_chatID, info->mChatID, 10);
TCHAR szName[512];
mir_sntprintf(szName, SIZEOF(szName), _T("%s %s%s"),
|