2017-05-09 Martin Sebor <msebor@redhat.com>
+ PR translation/80280
+ * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
+ added in r247778.
+
PR translation/80280
* config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
data member added in r247778.
static const format_flag_spec cmn_err_flag_specs[] =
{
- { 'w', 0, 0, N_("field width"), N_("field width in printf format"), STD_C89 },
- { 'L', 0, 0, N_("length modifier"), N_("length modifier in printf format"), STD_C89 },
- { 0, 0, 0, NULL, NULL, STD_C89 }
+ { 'w', 0, 0, 0, N_("field width"), N_("field width in printf format"), STD_C89 },
+ { 'L', 0, 0, 0, N_("length modifier"), N_("length modifier in printf format"), STD_C89 },
+ { 0, 0, 0, 0, NULL, NULL, STD_C89 }
};