*** empty log message ***
This commit is contained in:
parent
c4dfcc997c
commit
9bf398f914
1 changed files with 3 additions and 0 deletions
3
walk.cc
3
walk.cc
|
|
@ -228,6 +228,9 @@ void related_transactions::flush()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} 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);
|
transaction_xdata_t& xdata = transaction_xdata(**i);
|
||||||
if (! (xdata.dflags & TRANSACTION_HANDLED) &&
|
if (! (xdata.dflags & TRANSACTION_HANDLED) &&
|
||||||
! ((*i)->flags & TRANSACTION_AUTO)) {
|
! ((*i)->flags & TRANSACTION_AUTO)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue