aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/diagnostics.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/diagnostics.cxx')
-rw-r--r--libbuild2/diagnostics.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/diagnostics.cxx b/libbuild2/diagnostics.cxx
index f1b8f74..8c1805c 100644
--- a/libbuild2/diagnostics.cxx
+++ b/libbuild2/diagnostics.cxx
@@ -109,7 +109,7 @@ namespace build2
if (!loc_.empty ())
{
- r << *loc_.file << ':';
+ r << loc_.file << ':';
if (!diag_no_line)
{