summaryrefslogtreecommitdiff
path: root/src/work.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/work.cc')
-rw-r--r--src/work.cc2
1 files changed, 1 insertions, 1 deletions
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,