mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
bos #19060 [CEA] Fatal error no persistant file when loading SMESH (attempt 2)
This commit is contained in:
parent
49fd9a6330
commit
436cccec5f
@ -519,9 +519,7 @@ bool GEOM_Engine::Save(const char* theFileName)
|
||||
std::string aFileName = theFileName;
|
||||
#endif
|
||||
|
||||
_OCAFApp->SaveAs( _document, aFileName.c_str() );
|
||||
|
||||
return true;
|
||||
return _OCAFApp->SaveAs( _document, aFileName.c_str() ) == PCDM_SS_OK;
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user