summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdb/src/dbintf.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-07-27 11:52:52 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-07-27 11:52:52 +0000
commit2e931a0b2780587d85f3902468c935f5adba70c8 (patch)
tree9652256931729169133abb99ccf91ff2bf4b5b0b /plugins/Dbx_mdb/src/dbintf.cpp
parentddd1af0fdf37364c9472faedad941b4cc5f1b465 (diff)
more fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@17137 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mdb/src/dbintf.cpp')
-rw-r--r--plugins/Dbx_mdb/src/dbintf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdb/src/dbintf.cpp b/plugins/Dbx_mdb/src/dbintf.cpp
index 35e93d8fba..1bfc1ddc24 100644
--- a/plugins/Dbx_mdb/src/dbintf.cpp
+++ b/plugins/Dbx_mdb/src/dbintf.cpp
@@ -171,7 +171,7 @@ BYTE bDefHeader[] = { 0xDE, 0xC0, 0xEF, 0xBE };
int CDbxMdb::Check(void)
{
- FILE *pFile = _tfopen(m_tszProfileName, L"rb");
+ FILE *pFile = _wfopen(m_tszProfileName, L"rb");
if (pFile == nullptr)
return EGROKPRF_CANTREAD;