diff options
author | George Hazan <george.hazan@gmail.com> | 2024-05-07 11:45:47 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-05-07 11:45:47 +0300 |
commit | 3cac3160302a2936d04c87c1f7f03fc400449778 (patch) | |
tree | 62088adc7c6e12b8e026934f1efc493a9ea8059f /plugins/Variables/src | |
parent | 2e01b6543458d9e54c99ff7d4d86c9d9e45667d3 (diff) |
TimeZone_ToStringT - obsolete macro removed
Diffstat (limited to 'plugins/Variables/src')
-rw-r--r-- | plugins/Variables/src/parse_miranda.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Variables/src/parse_miranda.cpp b/plugins/Variables/src/parse_miranda.cpp index 1a754bc4d8..7c15c9cc83 100644 --- a/plugins/Variables/src/parse_miranda.cpp +++ b/plugins/Variables/src/parse_miranda.cpp @@ -606,7 +606,7 @@ static wchar_t* parseMirDateString(ARGUMENTSINFO *ai) ai->flags |= AIF_DONTPARSE;
wchar_t ret[128];
- return mir_wstrdup(TimeZone_ToStringT(time(0), L"d s", ret, _countof(ret)));
+ return mir_wstrdup(TimeZone_ToStringW(time(0), L"d s", ret, _countof(ret)));
}
static wchar_t* parseMirandaCoreVar(ARGUMENTSINFO *ai)
|