(timeclock-find-discrep): Initialize `elapsed' to 0.
This commit is contained in:
parent
4015360678
commit
4bd0908bff
1 changed files with 1 additions and 1 deletions
|
@ -1017,7 +1017,7 @@ See the documentation for the given function if more info is needed."
|
|||
;; total)
|
||||
(let* ((now (current-time))
|
||||
(todays-date (timeclock-time-to-date now))
|
||||
(first t) (accum 0) elapsed
|
||||
(first t) (accum 0) (elapsed 0)
|
||||
event beg last-date avg
|
||||
last-date-limited last-date-seconds)
|
||||
(unless timeclock-discrepancy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue