From fccb76c1f19a08ee0f0db6014cd217a64ba3502f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 15 Jul 2021 09:50:54 -0400 Subject: add upstream 11.12 --- zen/format_unit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zen/format_unit.h') diff --git a/zen/format_unit.h b/zen/format_unit.h index 1c96da51..4a839855 100644 --- a/zen/format_unit.h +++ b/zen/format_unit.h @@ -14,6 +14,7 @@ namespace zen { + const int bytesPerKilo = 1000; std::wstring formatFilesizeShort(int64_t filesize); std::wstring formatRemainingTime(double timeInSec); std::wstring formatFraction(double fraction); //within [0, 1] -- cgit