From d34c342b11887740343eb871648ce2f7bdf74eb0 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 1 Apr 2004 14:37:59 -0500 Subject: BUG: Fix bug on windows. You cannot cout std::string directly --- Source/cmCTest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 6f984f6..13d3e48 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -2992,7 +2992,7 @@ std::string cmCTest::GenerateRegressionImages(const std::string& xml) << "\t\t\tFile " << filename << " not found" + << ">File " << filename.c_str() << " not found" << std::endl; std::cout << "File \"" << filename.c_str() << "\" not found." << std::endl; } -- cgit v0.12