From d1464569af7f559644b0a20496c1eb02da4d928f Mon Sep 17 00:00:00 2001 From: mkr Date: Tue, 17 Oct 2006 11:31:54 +0000 Subject: [PATCH] Fix for bug IPAL13339 : Mandriva64 porting: "Fatal error" after trying to save study. --- src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx index 0cde58ca0..a4bb6e922 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_StudyManager.cxx @@ -503,7 +503,7 @@ bool SALOMEDSImpl_StudyManager::Impl_SaveAs(const TCollection_AsciiString& aUrl, if (aLocked) aStudy->GetProperties()->SetLocked(false); Handle(SALOMEDSImpl_StudyBuilder) SB= aStudy->NewBuilder(); - map aMapTypeDriver; + map aMapTypeDriver; // IPAL13339 if(aStudy.IsNull()) { _errorCode = "Study is null"; -- 2.39.2