Use bool for Simplify members

This commit is contained in:
Alexander Krotov
2019-08-09 01:29:52 +03:00
committed by holger krekel
parent 64051fca10
commit e3269616bd
2 changed files with 17 additions and 17 deletions

View File

@@ -1208,7 +1208,7 @@ unsafe fn dc_mimeparser_add_single_part_if_known(
} else {
free(simplified_txt as *mut libc::c_void);
}
if 0 != simplifier.unwrap().is_forwarded {
if simplifier.unwrap().is_forwarded {
mimeparser.is_forwarded = 1i32
}
current_block = 10261677128829721533;