*** empty log message ***
This commit is contained in:
parent
9bf398f914
commit
9aad55540e
1 changed files with 4 additions and 3 deletions
|
|
@ -668,9 +668,10 @@ void write_textual_journal(journal_t& journal, std::string path,
|
|||
for (transactions_list::iterator x = base->transactions.begin();
|
||||
x != base->transactions.end();
|
||||
x++)
|
||||
transaction_xdata(**x).dflags |= TRANSACTION_TO_DISPLAY;
|
||||
|
||||
walk_transactions(base->transactions, formatter);
|
||||
if (! ((*x)->flags & TRANSACTION_AUTO)) {
|
||||
transaction_xdata(**x).dflags |= TRANSACTION_TO_DISPLAY;
|
||||
formatter(**x);
|
||||
}
|
||||
formatter.flush();
|
||||
|
||||
while (pos < base->end_pos) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue