diff options
Diffstat (limited to 'plugins/Ping/src/log.cpp')
-rw-r--r-- | plugins/Ping/src/log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ping/src/log.cpp b/plugins/Ping/src/log.cpp index ef50c5cb0b..6d1a2a9767 100644 --- a/plugins/Ping/src/log.cpp +++ b/plugins/Ping/src/log.cpp @@ -33,7 +33,7 @@ INT_PTR GetLogFilename(WPARAM wParam, LPARAM lParam) { DBVARIANT dbv;
wchar_t *filename = (wchar_t *)lParam;
if (db_get_ws(0, PLUG, "LogFilename", &dbv)) {
- CallService(MS_DB_GETPROFILEPATHW, wParam, (LPARAM)filename);
+ Profile_GetPathW(wParam, filename);
mir_wstrncat(filename, L"\\ping_log.txt", wParam - mir_wstrlen(filename));
}
else {
|