mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 14:06:29 +03:00
Change Context.os_name field to String
This commit is contained in:
@@ -517,7 +517,7 @@ mod tests {
|
||||
}
|
||||
|
||||
unsafe fn create_test_context() -> TestContext {
|
||||
let mut ctx = dc_context_new(Some(cb), std::ptr::null_mut(), std::ptr::null_mut());
|
||||
let mut ctx = dc_context_new(Some(cb), std::ptr::null_mut(), None);
|
||||
let dir = tempdir().unwrap();
|
||||
let dbfile = dir.path().join("db.sqlite");
|
||||
assert!(
|
||||
|
||||
Reference in New Issue
Block a user