summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-06-09 21:36:52 (GMT)
committerKen Martin <ken.martin@kitware.com>2004-06-09 21:36:52 (GMT)
commit1a6030c6a6261f399800d905061b656ae11d43a1 (patch)
tree8fbd3f874e68a485171ffe07dd71b9e39fe0c553 /Source/cmCTest.cxx
parent818aba2167b7bf62f8d1bf6109ffd0e001c751fb (diff)
downloadCMake-1a6030c6a6261f399800d905061b656ae11d43a1.zip
CMake-1a6030c6a6261f399800d905061b656ae11d43a1.tar.gz
CMake-1a6030c6a6261f399800d905061b656ae11d43a1.tar.bz2
BUG: Files in top-level directory of source tree were not reported in updates log.
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 48efea6..9b4cba0 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -764,7 +764,7 @@ int cmCTest::UpdateDirectory()
cmsys::RegularExpression revision("^revision +([^ ]*) *$");
cmsys::RegularExpression end_of_file("^=============================================================================$");
cmsys::RegularExpression end_of_comment("^----------------------------$");
- std::string current_path = "";
+ std::string current_path = "<no-path>";
bool first_file = true;
cmCTest::AuthorsToUpdatesMap authors_files_map;