mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
Return bool from mailmime_transfer_decode
This commit is contained in:
@@ -831,7 +831,7 @@ unsafe fn handle_reports(
|
||||
let mut report_body_bytes = 0;
|
||||
let mut to_mmap_string_unref = std::ptr::null_mut();
|
||||
|
||||
if 0 != mailmime_transfer_decode(
|
||||
if mailmime_transfer_decode(
|
||||
report_data,
|
||||
&mut report_body,
|
||||
&mut report_body_bytes,
|
||||
|
||||
Reference in New Issue
Block a user