Salome HOME
Corrections cas-tests 14 et 27
[modules/smesh.git] / src / Tools / MeshCut / MeshCut_Utils.cxx
index 059ca3c8b952d6bfb20be6c8c2ea669093d9bfd8..99c5909198f762750d32135c9fb8c62990f0a3e8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2019  EDF R&D
+// Copyright (C) 2006-2021  EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -437,7 +437,7 @@ int MESHCUT::codeGMSH(std::string type)
 
 std::string MESHCUT::floatEnsight(float x)
 {
-  char buf[12];
+  char buf[20];
   string s;
   if (x < 0.0)
     sprintf(buf, "%1.5E", x);