fixed -R report

This commit is contained in:
John Wiegley 2004-08-05 22:54:21 -04:00
parent ef2e0beb64
commit 5409bc04b8

View file

@ -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: