diff options
author | Leon Rische <leon.rische@me.com> | 2021-03-07 16:02:13 +0100 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2021-03-07 16:02:13 +0100 |
commit | 9783e5afda52e2e4d9634c7ca4cdee69f806210d (patch) | |
tree | 791fad6239ff247c63af320b31243d0722cf8c71 /org-fc-review.el | |
parent | 664abc8c1fcb04e145efd3ad7a7b0b4ca5d2c9d7 (diff) |
Fix compilation warnings
Diffstat (limited to 'org-fc-review.el')
-rw-r--r-- | org-fc-review.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-fc-review.el b/org-fc-review.el index 2dc431b..9339b7b 100644 --- a/org-fc-review.el +++ b/org-fc-review.el @@ -289,7 +289,7 @@ rating the card." (interval (string-to-number (cl-fourth current)))) (org-fc-review-history-add (list - (org-fc-timestamp-now) + (org-fc-timestamp-in 0) path id position |