mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 19:42:04 +02:00
fix type
This commit is contained in:
parent
a88c8e086c
commit
1fede072f9
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ char* dc_decrypt_setup_file(dc_context_t* context, const char* passphrase, const
|
|||
size_t binary_bytes = 0;
|
||||
size_t indx = 0;
|
||||
void* plain = NULL;
|
||||
size_t* plain_bytes = NULL;
|
||||
size_t plain_bytes = 0;
|
||||
char* payload = NULL;
|
||||
|
||||
/* extract base64 from filecontent */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue