From 1c7350d5fd49f28af77cda8d40a1bd82f602669f Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 11 Mar 2020 18:34:55 +0300 Subject: [PATCH] Locale must be changed temporarily, initial locale should be safely restored --- src/HEXABLOCK/Hex.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HEXABLOCK/Hex.cxx b/src/HEXABLOCK/Hex.cxx index 54be9d1..947b81b 100644 --- a/src/HEXABLOCK/Hex.cxx +++ b/src/HEXABLOCK/Hex.cxx @@ -33,7 +33,7 @@ Hex* Hex::first_instance = NULL; // ======================================================== Constructeur Hex::Hex () { - setlocale (LC_NUMERIC, "C"); + //setlocale (LC_NUMERIC, "C"); // VSR 2020-03-11: commented out - initial locale has to be restored somewhere... glob = Globale::getInstance (); } // ======================================================== Destructeur -- 2.39.2