summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2021-03-07 15:54:03 +0100
committerLeon Rische <leon.rische@me.com>2021-03-07 15:54:03 +0100
commit0f24321b634857f4f244d8a4c28b3b59435197f2 (patch)
treeef1c00235ab8642167adf35abac439bbda75bc2c
parent43bb7ab15c37b452418e1a9095e01e56d56c5ef8 (diff)
Replace obsolete function name
-rw-r--r--org-fc-review.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-fc-review.el b/org-fc-review.el
index c371a61..2dc431b 100644
--- a/org-fc-review.el
+++ b/org-fc-review.el
@@ -300,7 +300,7 @@ rating the card."
(format "%.2f" delta)
(symbol-name org-fc-algorithm)))
(cl-destructuring-bind (next-ease next-box next-interval)
- (org-fc-sm2-next-parameters ease box interval rating)
+ (org-fc-algo-sm2-next-parameters ease box interval rating)
(setcdr
current
(list (format "%.2f" next-ease)