diff options
-rw-r--r-- | Source/cmCTest.cxx | 2 |
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; |