summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/dbintf.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-19 17:00:58 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-19 17:00:58 +0000
commit1bbbc601b0bb2297c8074bdacf3d6ef6cb3491e1 (patch)
treef7d5ca8118963a5c39bccb1db8d50a7e1d27ff51 /plugins/Db3x_mmap/src/dbintf.cpp
parent2bded955e286f0fcb860e0ed3a1ff3574f7db52c (diff)
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
Diffstat (limited to 'plugins/Db3x_mmap/src/dbintf.cpp')
-rw-r--r--plugins/Db3x_mmap/src/dbintf.cpp2
1 files changed, 1 insertions, 1 deletions
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;