From c2750370094b75caf31f50051634f26fba6084f5 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Thu, 21 Jan 2016 15:57:14 +0000 Subject: if setting not found, returns undefined git-svn-id: http://svn.miranda-ng.org/main/trunk@16138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/src/external_funcs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/IEView/src') diff --git a/plugins/IEView/src/external_funcs.cpp b/plugins/IEView/src/external_funcs.cpp index 599734805b..6550b928fd 100644 --- a/plugins/IEView/src/external_funcs.cpp +++ b/plugins/IEView/src/external_funcs.cpp @@ -14,7 +14,7 @@ namespace External DBVARIANT dbv = { 0 }; if (db_get(hContact, _T2A((TCHAR*)szModule), _T2A((TCHAR*)szSetting), &dbv)) - return E_FAIL; + return S_OK; if (pVarResult != nullptr) { -- cgit v1.2.3