From 1bbbc601b0bb2297c8074bdacf3d6ef6cb3491e1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 19 Jul 2014 17:00:58 +0000 Subject: dbx_mmap: - support for the obsolete profiles detection; - don't print errors during headers change git-svn-id: http://svn.miranda-ng.org/main/trunk@9866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Db3x_mmap/src/dbintf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Db3x_mmap/src/dbintf.cpp') diff --git a/plugins/Db3x_mmap/src/dbintf.cpp b/plugins/Db3x_mmap/src/dbintf.cpp index 28107e7cee..5b1b8e9712 100644 --- a/plugins/Db3x_mmap/src/dbintf.cpp +++ b/plugins/Db3x_mmap/src/dbintf.cpp @@ -185,7 +185,7 @@ int CDb3Mmap::Create() int CDb3Mmap::PrepareCheck() { - int ret = CheckDbHeaders(); + int ret = CheckDbHeaders(true); if (ret != ERROR_SUCCESS) return ret; -- cgit v1.2.3