mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
fix: compiles on android 32bit
This commit is contained in:
@@ -48,12 +48,7 @@ unsafe fn log_vprintf(
|
||||
event as libc::c_int,
|
||||
)
|
||||
}
|
||||
(*context).cb.expect("non-null function pointer")(
|
||||
context,
|
||||
event,
|
||||
data1 as uintptr_t,
|
||||
msg as uintptr_t,
|
||||
);
|
||||
((*context).cb)(context, event, data1 as uintptr_t, msg as uintptr_t);
|
||||
free(msg as *mut libc::c_void);
|
||||
}
|
||||
pub unsafe extern "C" fn dc_log_event_seq(
|
||||
|
||||
Reference in New Issue
Block a user