Corrected pointers to body from old style
Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
parent
6f16191b31
commit
4e8956f848
1 changed files with 2 additions and 2 deletions
|
@ -111,8 +111,8 @@ void receive_mail(struct mail_recv_t* rec){
|
||||||
rec->in_len = body_len;
|
rec->in_len = body_len;
|
||||||
|
|
||||||
char* new_body = attach_files(
|
char* new_body = attach_files(
|
||||||
rec->input_buffer+rec->body_offs,
|
rec->input_buffer,
|
||||||
body_len);
|
rec->in_len);
|
||||||
|
|
||||||
if(new_body != NULL){
|
if(new_body != NULL){
|
||||||
/* Write the replacement */
|
/* Write the replacement */
|
||||||
|
|
Loading…
Reference in a new issue