From 37d3442dc789d22fa802c9513c7fefbd2614b3a2 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 18 Mar 2020 14:13:41 -0400 Subject: add upstream 10.22 --- zen/format_unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/format_unit.cpp') 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(utcTime) + L")"; }; + auto errorMsg = [&] { return _("Error") + L" (time_t: " + numberTo(utcTime) + L')'; }; TimeComp loc = getLocalTime(utcTime); -- cgit