From 0ad50afcb9b77a5d92ccade06a443552f702bdc3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 24 Nov 2017 18:18:59 +0300 Subject: Dbx_mdb: - fix for settings sorting order; - warning fixes --- plugins/Dbx_mdb/src/dbcontacts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_mdb/src/dbcontacts.cpp') diff --git a/plugins/Dbx_mdb/src/dbcontacts.cpp b/plugins/Dbx_mdb/src/dbcontacts.cpp index 63de975d68..f6d513b6e4 100644 --- a/plugins/Dbx_mdb/src/dbcontacts.cpp +++ b/plugins/Dbx_mdb/src/dbcontacts.cpp @@ -49,7 +49,7 @@ STDMETHODIMP_(LONG) CDbxMdb::DeleteContact(MCONTACT contactID) } { MDBX_val key, data; - DBSettingKey keyS = { contactID, 0 }; + DBSettingKey keyS = { contactID, 0, 0 }; txn_ptr txn(m_pMdbEnv); cursor_ptr cursor(txn, m_dbSettings); -- cgit v1.2.3