From fe926ed8e43b615f93fe5ac0ac21b6b706a0236e Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Fri, 4 Mar 2016 14:24:05 +0000 Subject: dbx_lmdb: fixed potential crash git-svn-id: http://svn.miranda-ng.org/main/trunk@16416 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mdb/src/dbintf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_mdb/src/dbintf.h') diff --git a/plugins/Dbx_mdb/src/dbintf.h b/plugins/Dbx_mdb/src/dbintf.h index 706b9e648b..ed6614ad43 100644 --- a/plugins/Dbx_mdb/src/dbintf.h +++ b/plugins/Dbx_mdb/src/dbintf.h @@ -72,7 +72,7 @@ struct DBEvent { DWORD dwSignature; MCONTACT contactID; // a contact this event belongs to - DWORD ofsModuleName; // offset to a DBModuleName struct of the name of + DWORD ofsModuleName; // offset to a DBModuleName struct of the name of DWORD timestamp; // seconds since 00:00:00 01/01/1970 DWORD flags; // see m_database.h, db/event/add WORD wEventType; // module-defined event type -- cgit v1.2.3