diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-04 14:24:05 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-04 14:24:05 +0000 |
commit | fe926ed8e43b615f93fe5ac0ac21b6b706a0236e (patch) | |
tree | ee79df0a52b31d4d45f9deabdae29d7eb2aecba6 /plugins/Dbx_mdb/src/dbintf.h | |
parent | e382b9d89cb1cc9e07b102f6a7db4f866a311d11 (diff) |
dbx_lmdb: fixed potential crash
git-svn-id: http://svn.miranda-ng.org/main/trunk@16416 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mdb/src/dbintf.h')
-rw-r--r-- | plugins/Dbx_mdb/src/dbintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
|