diff --git a/rslib/src/storage/card/mod.rs b/rslib/src/storage/card/mod.rs index aa4f30093..1e074252e 100644 --- a/rslib/src/storage/card/mod.rs +++ b/rslib/src/storage/card/mod.rs @@ -168,7 +168,7 @@ impl super::SqliteStorage { let mut other_cnt = self .db .prepare(include_str!("fix_due_other.sql"))? - .execute(params![mtime, usn, today])?; + .execute(params![today, mtime, usn])?; other_cnt += self .db .prepare(include_str!("fix_odue.sql"))?