From: John Keeping Date: Sun, 12 Jan 2014 17:13:49 +0000 (+0000) Subject: ui-snapshot: set unused cgit_filter fields to zero X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/da218fcd9eb554a8405ca72e84bcc0feb371194f?hp=da218fcd9eb554a8405ca72e84bcc0feb371194f ui-snapshot: set unused cgit_filter fields to zero By switching the assignment of fields in the cgit_filter structure to use designated initializers, the compiler will initialize all other fields to their default value. This will be needed when we add the extra_args field in the next patch. Signed-off-by: John Keeping ---