Re: [PATCH] cli: use designated initializer to initialize add_files_state

Subject: Re: [PATCH] cli: use designated initializer to initialize add_files_state

Date: Tue, 29 Sep 2015 08:27:29 -0300

To: Jani Nikula, notmuch@notmuchmail.org

Cc:

From: David Bremner


Jani Nikula <jani@nikula.org> writes:

> The side effect is that all of add_files_state will be initialized to
> zero, removing any lingering doubt that some of it might not be
> initialized. It's not a small struct, and the initialization is
> scattered around a bit, so this makes the code more readable.

pushed

d

Thread: