summaryrefslogtreecommitdiff
path: root/plugins/BasicHistory/src/BasicHistory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/BasicHistory/src/BasicHistory.cpp')
-rw-r--r--plugins/BasicHistory/src/BasicHistory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BasicHistory/src/BasicHistory.cpp b/plugins/BasicHistory/src/BasicHistory.cpp
index aadddd58d2..1f7e86af19 100644
--- a/plugins/BasicHistory/src/BasicHistory.cpp
+++ b/plugins/BasicHistory/src/BasicHistory.cpp
@@ -223,7 +223,7 @@ int ModulesLoaded(WPARAM, LPARAM)
}
wchar_t *log = L"%miranda_logpath%\\BasicHistory\\ftplog.txt";
- wchar_t *logAbsolute = Utils_ReplaceVarsT(log);
+ wchar_t *logAbsolute = Utils_ReplaceVarsW(log);
Options::instance->ftpLogPath = logAbsolute;
mir_free(logAbsolute);
Options::instance->Load();