On Thu, Aug 22, 2013 at 03:10:36PM -0400, Aaron Schrab wrote:
At 13:25 -0500 22 Aug 2013, Derek Martin <[email protected]> wrote:
In any event, having found the mutt_buffer_* functions (in protos.h
and muttlib.c), I think the initializations should use those functions
instead of calling memset().

Indeed, I'd already completed the following patch before seeing this message. It replaces use of memset with mutt_buffer_init. Even if there's a later move to do more in another initialization function, being able to search for uses of mutt_buffer_init rather than needing to search for memset will make that easier.

Applied.  http://dev.mutt.org/trac/changeset/6308

Reply via email to