diff options
Diffstat (limited to 'src/expr.cc')
-rw-r--r-- | src/expr.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr.cc b/src/expr.cc index 25967207..dbe860bf 100644 --- a/src/expr.cc +++ b/src/expr.cc @@ -306,8 +306,8 @@ value_t source_command(call_scope_t& args) expr_t(p).calc(file_locals); } catch (const std::exception&) { - add_error_context(_("While parsing value expression on line %1:") - << linenum); + add_error_context(_f("While parsing value expression on line %1%:") + % linenum); add_error_context(source_context(pathname, pos, in->tellg(), "> ")); } } |