From 9c2afa293172937de3f2cc4d423c4924c4b83e14 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 25 Nov 2013 20:07:46 +0000 Subject: write back Miranda IM signature to allow a conversion to be made git-svn-id: http://svn.miranda-ng.org/main/trunk@6984 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 3263c5e8ea..f0d351a16e 100644 --- a/plugins/Db3x_mmap/src/dbintf.cpp +++ b/plugins/Db3x_mmap/src/dbintf.cpp @@ -89,7 +89,7 @@ CDb3Base::~CDb3Base() if (!m_bReadOnly) { DWORD bytesWritten; SetFilePointer(m_hDbFile, 0, NULL, FILE_BEGIN); - WriteFile(m_hDbFile, &dbSignature, sizeof(dbSignature), &bytesWritten, NULL); + WriteFile(m_hDbFile, &dbSignatureIM, sizeof(dbSignatureIM), &bytesWritten, NULL); } CloseHandle(m_hDbFile); -- cgit v1.2.3