From 7f7252104c054002c8b30636ac0b327e915e7b6d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 17 Nov 2016 22:30:41 +0300 Subject: Utils_OpenUrlT Utils_ReplaceVarsT --- plugins/TrafficCounter/src/statistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TrafficCounter/src') diff --git a/plugins/TrafficCounter/src/statistics.cpp b/plugins/TrafficCounter/src/statistics.cpp index 85a6ac1281..6eaef9b4c3 100644 --- a/plugins/TrafficCounter/src/statistics.cpp +++ b/plugins/TrafficCounter/src/statistics.cpp @@ -300,7 +300,7 @@ void Stat_ReadFile(BYTE n) wchar_t FileName[MAX_PATH], *pszPath; SYSTEMTIME stNow; - pszPath = Utils_ReplaceVarsT(L"%miranda_userdata%\\statistics"); + pszPath = Utils_ReplaceVarsW(L"%miranda_userdata%\\statistics"); CreateDirectoryTreeW(pszPath); mir_snwprintf(FileName, L"%s\\%S.stat", pszPath, ProtoList[n].name); mir_free(pszPath); -- cgit v1.2.3