diff options
author | George Hazan <ghazan@miranda.im> | 2020-07-09 17:12:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-07-09 17:12:50 +0300 |
commit | 8a8d613373dc5a54dcf84025d53f5de4a8c4964f (patch) | |
tree | 5e4dba57f2d82d74208bb218e3c2f1f18b2d8276 /plugins/Dbx_mdbx/src | |
parent | e7dc76ddb8785bbf26f0aaecac7d0f8af8a57db0 (diff) |
fixes #2474 (NewStory: системная история не удаляется)
Diffstat (limited to 'plugins/Dbx_mdbx/src')
-rw-r--r-- | plugins/Dbx_mdbx/src/dbintf.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Dbx_mdbx/src/dbintf.cpp b/plugins/Dbx_mdbx/src/dbintf.cpp index 6822eda603..8a28dfe589 100644 --- a/plugins/Dbx_mdbx/src/dbintf.cpp +++ b/plugins/Dbx_mdbx/src/dbintf.cpp @@ -33,6 +33,8 @@ CDbxMDBX::CDbxMDBX(const TCHAR *tszFileName, int iMode) : m_maxContactId(0),
m_impl(*this)
{
+ m_ccDummy.nSubs = -1;
+
m_tszProfileName = mir_wstrdup(tszFileName);
}
|