From 18c95eef7ba0acf85b0e962b2642e1242742657a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 13 Jun 2018 11:41:00 +0200 Subject: Fix diagnostics bug --- build2/cc/windows-manifest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build2/cc/windows-manifest.cxx b/build2/cc/windows-manifest.cxx index 680e1ac..2807d94 100644 --- a/build2/cc/windows-manifest.cxx +++ b/build2/cc/windows-manifest.cxx @@ -125,7 +125,7 @@ namespace build2 } catch (const io_error& e) { - fail << "unable to write to " << m << ": " << e; + fail << "unable to write to " << mf << ": " << e; } return make_pair (move (mf), true); -- cgit v1.1