mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26:30 +03:00
Return bool from dc_msg_get_showpadlock
This commit is contained in:
@@ -2085,7 +2085,7 @@ pub unsafe extern "C" fn dc_msg_get_showpadlock(msg: *mut dc_msg_t) -> libc::c_i
|
||||
return 0;
|
||||
}
|
||||
let ffi_msg = &*msg;
|
||||
message::dc_msg_get_showpadlock(&ffi_msg.message)
|
||||
message::dc_msg_get_showpadlock(&ffi_msg.message) as libc::c_int
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
|
||||
Reference in New Issue
Block a user