From db0edaafe15831ba6fa9c2109da37942506c62b1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 23 Jan 2016 11:14:05 +0200 Subject: Cleanup absolute/relative path diagnostics by introducing stream verbosity --- build2/lexer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/lexer.cxx') diff --git a/build2/lexer.cxx b/build2/lexer.cxx index da3d64e..c73017e 100644 --- a/build2/lexer.cxx +++ b/build2/lexer.cxx @@ -458,6 +458,6 @@ namespace build2 operator() (const xchar& c) const { return build2::fail_mark_base::operator() ( - location (name_.c_str (), c.line, c.column)); + location (&name_, c.line, c.column)); } } -- cgit v1.1