From a9af195d4038d9caef14302c725d734b938ac50f Mon Sep 17 00:00:00 2001 From: rnv Date: Mon, 1 Apr 2019 12:31:32 +0300 Subject: [PATCH] Fix for '54524: [FORUM]: Export in STL work wrong' issue. --- src/SMESH_I/SMESH_Mesh_i.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2