From 4bba89a17624775e59b19d10da8b6967f74b5371 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 22 Aug 2017 17:19:41 +0300 Subject: code cleaning --- plugins/Db3x_mmap/src/ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Db3x_mmap/src/ui.cpp') diff --git a/plugins/Db3x_mmap/src/ui.cpp b/plugins/Db3x_mmap/src/ui.cpp index 8254a99df4..1eeab530f5 100644 --- a/plugins/Db3x_mmap/src/ui.cpp +++ b/plugins/Db3x_mmap/src/ui.cpp @@ -108,7 +108,7 @@ static INT_PTR CALLBACK sttEnterPassword(HWND hwndDlg, UINT uMsg, WPARAM wParam, CREDENTIAL cred = { 0 }; cred.Type = CRED_TYPE_GENERIC; cred.TargetName = L"Miranda NG/Dbx_mmap"; - cred.CredentialBlobSize = mir_wstrlen(param->newPass) * sizeof(wchar_t) + sizeof(wchar_t); + cred.CredentialBlobSize = DWORD(mir_wstrlen(param->newPass) * sizeof(wchar_t) + sizeof(wchar_t)); cred.CredentialBlob = (LPBYTE)param->newPass; cred.Persist = CRED_PERSIST_LOCAL_MACHINE; CredWrite(&cred, 0); -- cgit v1.2.3