From: rnv Date: Mon, 1 Apr 2019 09:31:32 +0000 (+0300) Subject: Fix for '54524: [FORUM]: Export in STL work wrong' issue. X-Git-Tag: V9_3_0rc1~4^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a9af195d4038d9caef14302c725d734b938ac50f;p=modules%2Fsmesh.git Fix for '54524: [FORUM]: Export in STL work wrong' issue. --- diff --git a/src/SMESH_I/SMESH_Mesh_i.cxx b/src/SMESH_I/SMESH_Mesh_i.cxx index 0b4d0937b..8b7485ff9 100644 --- a/src/SMESH_I/SMESH_Mesh_i.cxx +++ b/src/SMESH_I/SMESH_Mesh_i.cxx @@ -3283,7 +3283,7 @@ CORBA::Boolean SMESH_Mesh_i::HasDuplicatedGroupNamesMED() void SMESH_Mesh_i::PrepareForWriting (const char* file, bool overwrite) { - SMESH_File aFile( file ); + SMESH_File aFile( file , false ); SMESH_Comment msg; if (aFile.exists()) { // existing filesystem node