bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] mailutils question: mime.c


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] mailutils question: mime.c
Date: Thu, 16 Sep 2004 10:53:35 +0300

Shashank Kavishwar <address@hidden> wrote:

> Why is it memmove by 'strlen(e) + 2' ? Shouldn't it be memmove by
> 'strlen(e) + 1' , i.e the length of 'e' and 1 for the '\0' character ?

It should be strlen (e) (without any offsets). I'll fix it.

Thank you.

Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]