From 942e7cc84ec4d2b7229824d61efb4ea4891398e2 Mon Sep 17 00:00:00 2001 From: prascle Date: Wed, 8 Oct 2008 15:13:44 +0000 Subject: [PATCH] PR: debug from A. BORODIN --- src/Basics/Basics_DirUtils.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Basics/Basics_DirUtils.cxx b/src/Basics/Basics_DirUtils.cxx index 4e5772da5..3cb8e4dd6 100644 --- a/src/Basics/Basics_DirUtils.cxx +++ b/src/Basics/Basics_DirUtils.cxx @@ -127,7 +127,7 @@ namespace Kernel_Utils string aSubDir(buffer); if(aSubDir.size() <= 1) aSubDir = string("123409876"); - string aFilePath = tmpDir; + aFilePath = tmpDir; for(aRND = 0; IsExists(aFilePath); aRND++) { sprintf(buffer, "%d", aRND); aFilePath = tmpDir+buffer; //Build a unique file name -- 2.39.2