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:
|
||||
if (details.xact)
|
||||
result = bool(details.xact->flags & TRANSACTION_VIRTUAL);
|
||||
result = ! (details.xact->flags & TRANSACTION_VIRTUAL);
|
||||
break;
|
||||
|
||||
case INDEX:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue