fixed -R report
This commit is contained in:
parent
ef2e0beb64
commit
5409bc04b8
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ void node_t::compute(balance_t& result, const details_t& details) const
|
||||||
|
|
||||||
case REAL:
|
case REAL:
|
||||||
if (details.xact)
|
if (details.xact)
|
||||||
result = bool(details.xact->flags & TRANSACTION_VIRTUAL);
|
result = ! (details.xact->flags & TRANSACTION_VIRTUAL);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case INDEX:
|
case INDEX:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue