From 66640fad9981ff3d73fc7069cd06b4e9a22b72b1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 15 Jul 2012 18:46:53 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mmap_SA/security.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/Dbx_mmap_SA/security.cpp b/plugins/Dbx_mmap_SA/security.cpp index bce6a55843..53eddc4816 100644 --- a/plugins/Dbx_mmap_SA/security.cpp +++ b/plugins/Dbx_mmap_SA/security.cpp @@ -307,7 +307,7 @@ void EncryptDB() action = DialogBoxParam(g_hInst, MAKEINTRESOURCE(IDD_NEWPASS), NULL, (DLGPROC)DlgStdNewPass, (LPARAM)NULL); if(action != IDOK || !strlen(encryptKey)) { bEncProcess = 0; - DBWriteContactSettingByte(NULL, "SecureMMAP", "CryptoModule", 0); + db_set_b(NULL, "SecureMMAP", "CryptoModule", 0); return; } -- cgit v1.2.3