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;
|
return -1;
|
||||||
}
|
}
|
||||||
if(verbose){
|
if(verbose){
|
||||||
printf("Storing base64 file len %lu top [%s]\n",
|
printf("Storing base64 file len %lu to [%s]\n",
|
||||||
dec_len, decoded);
|
dec_len, filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
fwrite(decoded, dec_len, 1, outfile);
|
fwrite(decoded, dec_len, 1, outfile);
|
||||||
|
|
Loading…
Reference in a new issue