Corrected from output

Signed-off-by: tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
tyrolyean 2020-04-30 01:44:35 +02:00
parent 8d75c009ab
commit 090c55dd7b
No known key found for this signature in database
GPG Key ID: EDD105663B707C62
1 changed files with 2 additions and 2 deletions

View File

@ -142,8 +142,8 @@ int base64_decode_file(const char* directory, const struct email_t* mail){
return -1;
}
if(verbose){
printf("Storing base64 file len %lu top [%s]\n",
dec_len, decoded);
printf("Storing base64 file len %lu to [%s]\n",
dec_len, filename);
}
fwrite(decoded, dec_len, 1, outfile);