From dc03c646eb65f50210e06c48d30f6b24f05c5f1c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 3 Mar 2011 23:47:11 -0500 Subject: Corrections to the regression tests --- src/error.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/error.cc') diff --git a/src/error.cc b/src/error.cc index 0b6f228d..c6309702 100644 --- a/src/error.cc +++ b/src/error.cc @@ -51,7 +51,7 @@ string error_context() string file_context(const path& file, const std::size_t line) { std::ostringstream buf; - buf << file << ", line " << line << ": "; + buf << '"' << file.string() << "\", line " << line << ": "; return buf.str(); } -- cgit v1.2.3