Corrected from output
Signed-off-by: tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
parent
8d75c009ab
commit
090c55dd7b
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue