From 00ff141ee75f854d39e78fbf6eda5869a3c4a70f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 16 Mar 2012 15:31:30 -0500 Subject: Always close the last report output stream Should fix #701 --- src/report.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 280b2f48..aca4f466 100644 --- a/src/report.h +++ b/src/report.h @@ -125,6 +125,10 @@ public: output_stream.close(); } + void quick_close() { + output_stream.close(); + } + virtual string description() { return _("current report"); } -- cgit v1.2.3