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 b22b2e60..96b629c8 100644
--- a/src/timelog.cc
+++ b/src/timelog.cc
@@ -113,7 +113,7 @@ time_log_t::~time_log_t()
accounts.push_back(time_entry.account);
foreach (account_t * account, accounts)
- clock_out_from_timelog(time_entries, current_time, account, NULL,
+ clock_out_from_timelog(time_entries, CURRENT_TIME(), account, NULL,
journal);
assert(time_entries.empty());