From cf6babcf9048f7e9205b1bead4794d8e2e9e8d62 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 6 Feb 2009 03:31:41 -0400 Subject: Restored all the option handlers from 2.6.2, but not the options themselves. --- src/precmd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/precmd.cc') 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; } -- cgit v1.2.3