aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build2/version/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/version/rule.cxx b/build2/version/rule.cxx
index c5eb56d..a9d62ba 100644
--- a/build2/version/rule.cxx
+++ b/build2/version/rule.cxx
@@ -564,7 +564,7 @@ namespace build2
}
catch (const io_error& e)
{
- fail << "unable to " << what << ' ' << whom << ": " << e;
+ fail << "unable to " << what << ' ' << *whom << ": " << e;
}
t.mtime (system_clock::now ());