1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

(timeclock-find-discrep): Initialize `elapsed' to 0.

This commit is contained in:
John Wiegley 2001-05-10 01:00:50 +00:00
parent 4015360678
commit 4bd0908bff

View File

@ -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