From b39742edb863597c60db4172fe6a3a4ad86de500 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 28 Nov 2014 22:58:40 +0000 Subject: -Fix for some random bug with metacontacts (maybe #821), reported in #837 git-svn-id: http://svn.miranda-ng.org/main/trunk@11145 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryStats/src/mirandacontact.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HistoryStats/src') diff --git a/plugins/HistoryStats/src/mirandacontact.cpp b/plugins/HistoryStats/src/mirandacontact.cpp index 1029a6f612..b6b299714f 100644 --- a/plugins/HistoryStats/src/mirandacontact.cpp +++ b/plugins/HistoryStats/src/mirandacontact.cpp @@ -41,7 +41,7 @@ void MirandaContact::fetchSlot(int i) void MirandaContact::stripMetaID(DBEVENTINFO& dbe) { - if (strcmp(dbe.szModule,META_PROTO)) { + if (strcmp(dbe.szModule,META_PROTO)==0) { char* pTextBegin = reinterpret_cast(dbe.pBlob); if (dbe.cbBlob >= 6 && !pTextBegin[dbe.cbBlob - 1]) { -- cgit v1.2.3