mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
Ci updates & closer to windows builds
* chore: update some ci * feat: no more libiconv * refactor: updates for updated mmime api * fixup: correct mmime path * cleanup * use newer visual studio * Update appveyor.yml * unify libc imports and improve windows situation * refactor: use rust based sleep * improve cross platform state of types * docs: update readme badges
This commit is contained in:
committed by
GitHub
parent
b992b8ea09
commit
342e416b4e
@@ -40,8 +40,8 @@ pub unsafe fn dc_strbuilder_cat(
|
||||
} else {
|
||||
(*strbuilder).allocated
|
||||
};
|
||||
let old_offset: libc::c_int = (*strbuilder).eos.wrapping_offset_from((*strbuilder).buf)
|
||||
as libc::c_long as libc::c_int;
|
||||
let old_offset: libc::c_int =
|
||||
(*strbuilder).eos.wrapping_offset_from((*strbuilder).buf) as libc::c_int;
|
||||
(*strbuilder).allocated = (*strbuilder).allocated + add_bytes;
|
||||
(*strbuilder).buf = realloc(
|
||||
(*strbuilder).buf as *mut libc::c_void,
|
||||
|
||||
Reference in New Issue
Block a user