mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 20:06:30 +03:00
fix: compiles on android 32bit
This commit is contained in:
@@ -22,7 +22,7 @@ unsafe fn get_string(
|
||||
) -> *mut libc::c_char {
|
||||
let mut ret: *mut libc::c_char = 0 as *mut libc::c_char;
|
||||
if !context.is_null() {
|
||||
ret = (*context).cb.expect("non-null function pointer")(
|
||||
ret = ((*context).cb)(
|
||||
context,
|
||||
Event::GET_STRING,
|
||||
id as uintptr_t,
|
||||
|
||||
Reference in New Issue
Block a user