diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-19 17:00:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-19 17:00:58 +0000 |
commit | 1bbbc601b0bb2297c8074bdacf3d6ef6cb3491e1 (patch) | |
tree | f7d5ca8118963a5c39bccb1db8d50a7e1d27ff51 /plugins/Db3x_mmap/src/init.cpp | |
parent | 2bded955e286f0fcb860e0ed3a1ff3574f7db52c (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/init.cpp')
-rw-r--r-- | plugins/Db3x_mmap/src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/init.cpp b/plugins/Db3x_mmap/src/init.cpp index 928ec0739f..debdbba05b 100644 --- a/plugins/Db3x_mmap/src/init.cpp +++ b/plugins/Db3x_mmap/src/init.cpp @@ -63,7 +63,7 @@ static int grokHeader(const TCHAR *profile) if (db->Load(true) != ERROR_SUCCESS)
return EGROKPRF_CANTREAD;
- return db->CheckDbHeaders();
+ return db->CheckDbHeaders(false);
}
// returns 0 if all the APIs are injected otherwise, 1
|