From 76d0d1017c4531ceb3b67dca24710b289b26b651 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 25 Sep 2013 21:08:56 +0000 Subject: [PATCH] Make compile. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30926 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/path_search.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/base/path_search.cc b/tests/base/path_search.cc index 406e4411fa..76e3a0e396 100644 --- a/tests/base/path_search.cc +++ b/tests/base/path_search.cc @@ -27,7 +27,7 @@ int main() getcwd(tmp,1000); std::string path(tmp); chdir(SOURCE_DIR); - std::ofstream logfile(path+"/output"); + std::ofstream logfile((path+"/output").c_str()); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); -- 2.39.5