From 97d992fe41e7eaafba3e5700861b0e098a8f6080 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 23 Feb 2013 20:01:17 +0000 Subject: useless variable m_szProtoName removed git-svn-id: http://svn.miranda-ng.org/main/trunk@3740 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IRCG/src/ircproto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IRCG') diff --git a/protocols/IRCG/src/ircproto.cpp b/protocols/IRCG/src/ircproto.cpp index f77bd5505d..0f8aa6e1bb 100644 --- a/protocols/IRCG/src/ircproto.cpp +++ b/protocols/IRCG/src/ircproto.cpp @@ -72,7 +72,7 @@ CIrcProto::CIrcProto(const char* szModuleName, const TCHAR* tszUserName) : InitPrefs(); char text[ MAX_PATH ]; - mir_snprintf( text, sizeof( text ), "%s/Status", m_szProtoName ); + mir_snprintf( text, sizeof( text ), "%s/Status", m_szModuleName); CallService( MS_DB_SETSETTINGRESIDENT, TRUE, ( LPARAM )text ); CList_SetAllOffline(true); -- cgit v1.2.3