summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/src/crshdmp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CrashDumper/src/crshdmp.cpp')
-rw-r--r--plugins/CrashDumper/src/crshdmp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CrashDumper/src/crshdmp.cpp b/plugins/CrashDumper/src/crshdmp.cpp
index 6538e93bfc..cd73cb1b30 100644
--- a/plugins/CrashDumper/src/crshdmp.cpp
+++ b/plugins/CrashDumper/src/crshdmp.cpp
@@ -365,8 +365,8 @@ extern "C" int __declspec(dllexport) Load(void)
mir_getLP(&pluginInfoEx);
- profname = Utils_ReplaceVarsT(L"%miranda_profilename%.dat");
- profpath = Utils_ReplaceVarsT(L"%miranda_userdata%");
+ profname = Utils_ReplaceVarsW(L"%miranda_profilename%.dat");
+ profpath = Utils_ReplaceVarsW(L"%miranda_userdata%");
if (catchcrashes && !needrestart)
mir_snwprintf(CrashLogFolder, TEXT("%s\\CrashLog"), profpath);
wcsncpy_s(VersionInfoFolder, profpath, _TRUNCATE);