diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-30 08:39:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-30 08:39:34 +0000 |
commit | 2bac0330a0e427bbc4f6773c4023f4bd9d667835 (patch) | |
tree | c969552e47a28ff4ccae0188675e74e0586ce219 /plugins/Db3x_mmap/src/dbintf.h | |
parent | a7eb152895dac688b255591b9b851780924b749d (diff) |
fix for old mmap keys, then corrupted by mmap_sa
git-svn-id: http://svn.miranda-ng.org/main/trunk@7420 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbintf.h')
-rw-r--r-- | plugins/Db3x_mmap/src/dbintf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/dbintf.h b/plugins/Db3x_mmap/src/dbintf.h index 0724f14cd5..0ac1db9353 100644 --- a/plugins/Db3x_mmap/src/dbintf.h +++ b/plugins/Db3x_mmap/src/dbintf.h @@ -44,7 +44,9 @@ DBHeader \--> ...
*/
-#define DB_THIS_VERSION 0x00000700u
+#define DB_OLD_VERSION 0x00000700u
+#define DB_THIS_VERSION 0x00000701u
+
#define DB_SETTINGS_RESIZE_GRANULARITY 128
#define WSOFS_END 0xFFFFFFFF
|