diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-03 12:19:42 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-03 12:19:42 +0000 |
commit | 23617c95e41dc21347d4957c29fe5989a36e2a85 (patch) | |
tree | 3a88d117557a7dd5f04863e82966225037c21853 /plugins/Db3x_mmap/src/dbcrypt.cpp | |
parent | 6064262200ecd2cead6f706765e3049f559cfcd0 (diff) |
more correct way of writing signatures
git-svn-id: http://svn.miranda-ng.org/main/trunk@7477 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbcrypt.cpp')
-rw-r--r-- | plugins/Db3x_mmap/src/dbcrypt.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Db3x_mmap/src/dbcrypt.cpp b/plugins/Db3x_mmap/src/dbcrypt.cpp index 7aa8a0c046..00cab246e8 100644 --- a/plugins/Db3x_mmap/src/dbcrypt.cpp +++ b/plugins/Db3x_mmap/src/dbcrypt.cpp @@ -184,8 +184,7 @@ LBL_SetNewKey: EnumModuleNames(sttModuleEnum, this);
// upgrade signature
- memcpy(&m_dbHeader.signature, &dbSignatureU, sizeof(dbSignatureU));
- DBWrite(0, &dbSignatureU, sizeof(dbSignatureU));
+ WriteSignature(dbSignatureU);
}
if (m_dbHeader.version == DB_OLD_VERSION) {
|