diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-07 14:35:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-07 14:35:21 +0000 |
commit | 574ce873c3b0eb608186c03af324d841f32465a6 (patch) | |
tree | 332648d8df077d036866e6a6424095f4f603f902 /plugins/Db3x_mmap/src/dbevents.cpp | |
parent | 4036e52a03cba9c3bd345796407a851153377279 (diff) |
fix for mc history merge
git-svn-id: http://svn.miranda-ng.org/main/trunk@8446 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbevents.cpp')
-rw-r--r-- | plugins/Db3x_mmap/src/dbevents.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/dbevents.cpp b/plugins/Db3x_mmap/src/dbevents.cpp index 9cf7fd68b6..f7c8876258 100644 --- a/plugins/Db3x_mmap/src/dbevents.cpp +++ b/plugins/Db3x_mmap/src/dbevents.cpp @@ -42,6 +42,7 @@ STDMETHODIMP_(HANDLE) CDb3Mmap::AddEvent(MCONTACT contactID, DBEVENTINFO *dbei) DBEvent dbe;
dbe.signature = DBEVENT_SIGNATURE;
+ dbe.contactID = contactID;
dbe.timestamp = dbei->timestamp;
dbe.flags = dbei->flags;
dbe.wEventType = dbei->eventType;
|