aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/windows-manifest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/windows-manifest.cxx')
-rw-r--r--build2/cc/windows-manifest.cxx2
1 files changed, 1 insertions, 1 deletions
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);