From 0fab62059653d4e5112a24f16dd2f86c712b3f27 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 18 Jun 2018 18:40:26 +0300 Subject: ability of C++ to compile any shit provided is enormous... --- src/mir_app/src/database.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3