From: srn Date: Tue, 1 Aug 2006 06:15:06 +0000 (+0000) Subject: Fix of bug IPAL13069, fixed method LoadWith, changed the name of removed temporay... X-Git-Tag: For_OCT_611~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=224eacfcad70075fea6b976888ffba9ec45e06bf;p=modules%2Fkernel.git Fix of bug IPAL13069, fixed method LoadWith, changed the name of removed temporay file --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx index d47beb3dd..275d748f2 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx @@ -402,7 +402,7 @@ bool SALOMEDSImpl_StudyBuilder::LoadWith(const Handle(SALOMEDSImpl_SComponent)& if (isASCII) { Handle(TColStd_HSequenceOfAsciiString) aFilesToRemove = new TColStd_HSequenceOfAsciiString; - aFilesToRemove->Append(aHDFUrl); + aFilesToRemove->Append("hdf_from_ascii.hdf"); SALOMEDSImpl_Tool::RemoveTemporaryFiles(SALOMEDSImpl_Tool::GetDirFromPath(aHDFUrl), aFilesToRemove, true); }