diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-13 19:42:54 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-13 19:42:54 +0000 |
commit | 720783e4a86c5a89592847c79b4ab932f9ff6879 (patch) | |
tree | 1562c904cb15fa49c90002c7268510dccf8ede44 /plugins/Db3x_mmap/src/dbcontacts.cpp | |
parent | 1ad8eff2aba5649b8926bc040aad4917ce9156fe (diff) |
fix for db_event_count in subs
git-svn-id: http://svn.miranda-ng.org/main/trunk@8598 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbcontacts.cpp')
-rw-r--r-- | plugins/Db3x_mmap/src/dbcontacts.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/dbcontacts.cpp b/plugins/Db3x_mmap/src/dbcontacts.cpp index bdc60424f6..7d8fc5a143 100644 --- a/plugins/Db3x_mmap/src/dbcontacts.cpp +++ b/plugins/Db3x_mmap/src/dbcontacts.cpp @@ -289,7 +289,6 @@ BOOL CDb3Mmap::MetaMergeHistory(DBCachedContact *ccMeta, DBCachedContact *ccSub) }
// remove any traces of history from sub
- dbSub->eventCount = 0;
dbSub->ofsFirstEvent = dbSub->ofsLastEvent = dbSub->ofsFirstUnread = dbSub->tsFirstUnread = 0;
}
__except (EXCEPTION_EXECUTE_HANDLER)
|