diff options
Diffstat (limited to 'src/timelog.cc')
-rw-r--r-- | src/timelog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timelog.cc b/src/timelog.cc index 67791bd1..99c2dd36 100644 --- a/src/timelog.cc +++ b/src/timelog.cc @@ -55,7 +55,7 @@ namespace { curr->append_note(in_event.note.c_str(), *context.scope); char buf[32]; - std::sprintf(buf, "%lds", long((out_event.checkin - in_event.checkin) + std::snprintf(buf, 32, "%lds", long((out_event.checkin - in_event.checkin) .total_seconds())); amount_t amt; amt.parse(buf); |