summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'format.h')
-rw-r--r--format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/format.h b/format.h
index dd578dbd..9eaf53bc 100644
--- a/format.h
+++ b/format.h
@@ -127,6 +127,7 @@ class format_transactions : public item_handler<transaction_t>
}
xact->dflags |= TRANSACTION_DISPLAYED;
}
+ flush();
}
};