summaryrefslogtreecommitdiff
path: root/src/timelog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/timelog.cc')
-rw-r--r--src/timelog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timelog.cc b/src/timelog.cc
index 2a618afd..5b289a34 100644
--- a/src/timelog.cc
+++ b/src/timelog.cc
@@ -170,7 +170,7 @@ void time_log_t::close()
foreach (account_t * account, accounts) {
DEBUG("timelog", "Clocking out from account " << account->fullname());
context.count += clock_out_from_timelog
- (time_xacts, time_xact_t(none, CURRENT_TIME(), account), context);
+ (time_xacts, time_xact_t(none, CURRENT_TIME(), false, account), context);
}
assert(time_xacts.empty());
}