BUG: Files in top-level directory of source tree were not reported in updates log.

This commit is contained in:
Ken Martin 2004-06-09 17:36:52 -04:00
parent 818aba2167
commit 1a6030c6a6
1 changed files with 1 additions and 1 deletions

View File

@ -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;