1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 19:42:04 +02:00
This commit is contained in:
B. Petersen 2019-03-12 15:32:21 +01:00
parent a88c8e086c
commit 1fede072f9
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC

View file

@ -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 */