diff options
author | B Stack <bgstack15@gmail.com> | 2020-03-18 14:13:41 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-03-18 14:13:41 -0400 |
commit | 37d3442dc789d22fa802c9513c7fefbd2614b3a2 (patch) | |
tree | a43b1c04f9947fe02d7d5444354f0176c28ed594 /zen/format_unit.cpp | |
parent | add upstream 10.21 (diff) | |
download | FreeFileSync-37d3442dc789d22fa802c9513c7fefbd2614b3a2.tar.gz FreeFileSync-37d3442dc789d22fa802c9513c7fefbd2614b3a2.tar.bz2 FreeFileSync-37d3442dc789d22fa802c9513c7fefbd2614b3a2.zip |
add upstream 10.22
Diffstat (limited to 'zen/format_unit.cpp')
-rw-r--r-- | zen/format_unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/format_unit.cpp b/zen/format_unit.cpp index 91a881dc..eeebda53 100644 --- a/zen/format_unit.cpp +++ b/zen/format_unit.cpp @@ -191,7 +191,7 @@ std::wstring zen::formatNumber(int64_t n) std::wstring zen::formatUtcToLocalTime(time_t utcTime) { - auto errorMsg = [&] { return _("Error") + L" (time_t: " + numberTo<std::wstring>(utcTime) + L")"; }; + auto errorMsg = [&] { return _("Error") + L" (time_t: " + numberTo<std::wstring>(utcTime) + L')'; }; TimeComp loc = getLocalTime(utcTime); |