]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Fix bug: temporary directory is not deleted when several times changing from 2nd...
authorvsr <vsr@opencascade.com>
Thu, 25 Mar 2004 09:09:36 +0000 (09:09 +0000)
committervsr <vsr@opencascade.com>
Thu, 25 Mar 2004 09:09:36 +0000 (09:09 +0000)
src/SALOME_InstallWizard.cxx

index d4df72540626a3ad140ee3c7a0ba5866cf18111f..09c1be3bbc5e86fbbd606e116ccbe7b9312559cc 100644 (file)
@@ -96,7 +96,6 @@ static QString DefineDependeces(MapProducts& theProductsMap, QCheckListItem* pro
 // ================================================================
 static bool makeDir( const QString& theDir, QString& theCreated )
 {
-  theCreated = QString::null;
   if ( theDir.isEmpty() )
     return false;
   QString aDir = QDir::cleanDirPath( QFileInfo( theDir ).absFilePath() );