From 8b45e0ccd87209b7e8992ecb6dc0279e5d1b03ad Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 23 Mar 2016 16:49:53 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16530 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_awaymsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_modern/src/modern_awaymsg.cpp') diff --git a/plugins/Clist_modern/src/modern_awaymsg.cpp b/plugins/Clist_modern/src/modern_awaymsg.cpp index f154958a56..7a10a0cbb4 100644 --- a/plugins/Clist_modern/src/modern_awaymsg.cpp +++ b/plugins/Clist_modern/src/modern_awaymsg.cpp @@ -102,7 +102,7 @@ static void amThreadProc(void *) ack.hContact = hContact; ack.type = ACKTYPE_AWAYMSG; ack.result = ACKRESULT_FAILED; - ack.szModule = dnce.m_cache_cszProto; + ack.szModule = dnce.m_pszProto; ClcDoProtoAck(hContact, &ack); } CListSettings_FreeCacheItemData(&dnce); -- cgit v1.2.3