X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTools%2FMeshCut%2FMeshCut_Utils.cxx;fp=src%2FTools%2FMeshCut%2FMeshCut_Utils.cxx;h=07438154946b3d915462793a637954e91097f886;hb=242fecaab114e7ad3b26ec3096d016e8e1342697;hp=0f28f02c6476a175d7d013d26d8c6ead11631a38;hpb=9b08e00e6ab80e13cffcda319be3baf22a829bcf;p=modules%2Fsmesh.git diff --git a/src/Tools/MeshCut/MeshCut_Utils.cxx b/src/Tools/MeshCut/MeshCut_Utils.cxx index 0f28f02c6..074381549 100644 --- a/src/Tools/MeshCut/MeshCut_Utils.cxx +++ b/src/Tools/MeshCut/MeshCut_Utils.cxx @@ -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);