From 7d628d88ff54ac08df499406bb87b87c3f8989a3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 4 Feb 2009 20:46:45 -0400 Subject: Moved the --pager option to the session object, rather than the report object. --- src/work.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/work.cc') diff --git a/src/work.cc b/src/work.cc index e4cee9e6..06dae001 100644 --- a/src/work.cc +++ b/src/work.cc @@ -225,7 +225,7 @@ void normalize_report_options(report_t& report, const string& verb) void create_output_stream(report_t& report) { - report.output_stream.initialize(report.output_file, report.pager_path); + report.output_stream.initialize(report.output_file, report.session.pager_path); } void invoke_command_verb(report_t& report, -- cgit v1.2.3