*** empty log message ***

This commit is contained in:
John Wiegley 2005-02-09 05:11:35 +00:00
parent c4dfcc997c
commit 9bf398f914

View file

@ -228,6 +228,9 @@ void related_transactions::flush()
}
}
} else {
// This code should only be reachable from the "output"
// command, since that is the only command which attempts to
// output auto or period entries.
transaction_xdata_t& xdata = transaction_xdata(**i);
if (! (xdata.dflags & TRANSACTION_HANDLED) &&
! ((*i)->flags & TRANSACTION_AUTO)) {