diff options
Diffstat (limited to 'plugins/HistoryStats/src')
| -rw-r--r-- | plugins/HistoryStats/src/mirandacontact.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/mirandacontact.cpp b/plugins/HistoryStats/src/mirandacontact.cpp index 9549200179..1029a6f612 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 (dbe.szModule == META_PROTO) {
 +	if (strcmp(dbe.szModule,META_PROTO)) {
  		char* pTextBegin = reinterpret_cast<char*>(dbe.pBlob);
  		if (dbe.cbBlob >= 6 && !pTextBegin[dbe.cbBlob - 1]) {
  | 
