summaryrefslogtreecommitdiff
path: root/src/mir_app
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-06-18 18:40:26 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-18 18:40:26 +0300
commit0fab62059653d4e5112a24f16dd2f86c712b3f27 (patch)
tree8dfeded5e4cd95fdc9e4071b17b64e69deb34e40 /src/mir_app
parent2f73daf7c5da70dec99de350f71b71cadce82c8b (diff)
ability of C++ to compile any shit provided is enormous...
Diffstat (limited to 'src/mir_app')
-rw-r--r--src/mir_app/src/database.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/database.cpp b/src/mir_app/src/database.cpp
index af4dd75381..5722575c29 100644
--- a/src/mir_app/src/database.cpp
+++ b/src/mir_app/src/database.cpp
@@ -72,7 +72,7 @@ bool IsInsideRootDir(wchar_t* profiledir, bool exact)
int getProfilePath(wchar_t *buf, size_t)
{
wchar_t profiledir[MAX_PATH];
- Profile_GetSetting(L"Database/ProfileDir", profiledir, mirandabootini);
+ Profile_GetSetting(L"Database/ProfileDir", profiledir);
if (profiledir[0] == 0)
mir_wstrcpy(profiledir, L"%miranda_path%\\Profiles");