Merge commit 'bc5563289cd838f1bb33b86706927fae2e0d670f' into next

This commit is contained in:
Craig Earls 2013-02-05 11:08:58 -07:00
commit 40602cd634

View file

@ -169,10 +169,8 @@ void time_log_t::close()
foreach (account_t * account, accounts) { foreach (account_t * account, accounts) {
DEBUG("timelog", "Clocking out from account " << account->fullname()); DEBUG("timelog", "Clocking out from account " << account->fullname());
clock_out_from_timelog(time_xacts, context.count += clock_out_from_timelog
time_xact_t(none, CURRENT_TIME(), account), (time_xacts, time_xact_t(none, CURRENT_TIME(), account), context);
context);
context.count++;
} }
assert(time_xacts.empty()); assert(time_xacts.empty());
} }