Added missing ,
Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
parent
f280420c2f
commit
b2cc23cafa
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ char* attach_files(char* message, size_t len){
|
|||
printf("Received message header: [%.*s]\n", email.header_len,
|
||||
email.message);
|
||||
printf("Received message body: [%.*s]\n",
|
||||
email.message_length-email.body_offset
|
||||
email.message_length-email.body_offset,
|
||||
email.message + email.body_offset);
|
||||
|
||||
/* Now we have a null terminated body which we can edit! */
|
||||
|
|
Loading…
Reference in a new issue