From 1416051048756ab769de52ab5eb67a31e41524fd Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 10 Mar 2013 11:49:39 +0000 Subject: removed not used headers added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/window.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'plugins/TabSRMM/src/chat/window.cpp') diff --git a/plugins/TabSRMM/src/chat/window.cpp b/plugins/TabSRMM/src/chat/window.cpp index 17c8f5580a..ed591ba6d1 100644 --- a/plugins/TabSRMM/src/chat/window.cpp +++ b/plugins/TabSRMM/src/chat/window.cpp @@ -30,15 +30,12 @@ * * (C) 2005-2009 by silvercircle _at_ gmail _dot_ com and contributors * - * $Id: window.cpp 13631 2011-04-24 08:44:57Z silvercircle $ - * * This implements the group chat dialog window * */ #include "..\commonheaders.h" -#include //#include "../m_MathModule.h" @@ -2118,9 +2115,9 @@ INT_PTR CALLBACK RoomWndProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPar if (lstrlen(szNick) > 0) { if (M->GetByte("cuttitle", 0)) - CutContactName(szNick, dat->newtitle, safe_sizeof(dat->newtitle)); + CutContactName(szNick, dat->newtitle, SIZEOF(dat->newtitle)); else { - lstrcpyn(dat->newtitle, szNick, safe_sizeof(dat->newtitle)); + lstrcpyn(dat->newtitle, szNick, SIZEOF(dat->newtitle)); dat->newtitle[129] = 0; } } -- cgit v1.2.3