- remove many *libc::char usages, and c-pointer from fingerprint

- rustify get_chat_id_by_grpid and streamline returned chat id handling (thereby apprently fixing the test, don't ask)
This commit is contained in:
holger krekel
2019-09-04 22:52:05 +02:00
parent d2cb1658e3
commit 135048d63b
6 changed files with 136 additions and 224 deletions

View File

@@ -1341,7 +1341,7 @@ pub unsafe extern "C" fn dc_join_securejoin(
let context = &*context;
dc_securejoin::dc_join_securejoin(context, qr)
dc_securejoin::dc_join_securejoin(context, as_str(qr))
}
#[no_mangle]