From: vsr Date: Wed, 11 Mar 2020 15:34:55 +0000 (+0300) Subject: Locale must be changed temporarily, initial locale should be safely restored X-Git-Tag: V9_5_0a2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1c7350d5fd49f28af77cda8d40a1bd82f602669f;p=modules%2Fhexablock.git Locale must be changed temporarily, initial locale should be safely restored --- 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