summaryrefslogtreecommitdiff
path: root/src/precmd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/precmd.cc')
-rw-r--r--src/precmd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/precmd.cc b/src/precmd.cc
index fd6a2457..001416a6 100644
--- a/src/precmd.cc
+++ b/src/precmd.cc
@@ -82,7 +82,7 @@ value_t eval_command(call_scope_t& args)
std::ostream& out(report.output_stream);
expr_t expr(*arg);
- out << expr.calc(args).strip_annotations(report.what_to_keep)
+ out << expr.calc(args).strip_annotations(report.what_to_keep())
<< std::endl;
return 0L;
}