Fixed a problem with -E wasn't displaying the final transaction.

This commit is contained in:
John Wiegley 2009-02-07 17:46:10 -04:00
parent 96e11c5937
commit 767014cb9f

View file

@ -394,8 +394,7 @@ public:
}
virtual void flush() {
if (subtotal)
report_subtotal();
report_subtotal();
item_handler<xact_t>::flush();
}