From be08c6c09a3026da628daf2425516beda1557bb3 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Tue, 31 May 2016 16:38:45 +0200 Subject: 8.2 --- zen/format_unit.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'zen/format_unit.cpp') diff --git a/zen/format_unit.cpp b/zen/format_unit.cpp index a880552e..6a0e1668 100644 --- a/zen/format_unit.cpp +++ b/zen/format_unit.cpp @@ -222,7 +222,7 @@ private: fmt.lpDecimalSep = &decimalSep[0]; //not used fmt.lpThousandSep = &thousandSep[0]; - //convert LOCALE_SGROUPING to Grouping: http://blogs.msdn.com/b/oldnewthing/archive/2006/04/18/578251.aspx + //convert LOCALE_SGROUPING to Grouping: https://blogs.msdn.microsoft.com/oldnewthing/20060418-11/?p=31493/ replace(grouping, L';', L""); if (endsWith(grouping, L'0')) grouping.pop_back(); @@ -382,7 +382,6 @@ Opt zen::mtpVariantTimetoUtc(double localVarTime) //returns empty return NoValue(); #endif - return filetimeToTimeT(utcFiletime); } -- cgit