Fix use of unitialized variable for nocolor terminal output

This commit is contained in:
2023-05-29 23:13:06 +02:00
parent 80b5f5b1b3
commit 76a25585c0

View File

@@ -239,6 +239,7 @@ static void prepare_default_opts(struct command_line_options *opts)
opts->output_section = NULL;
opts->export_xml = NULL;
opts->import_xml = NULL;
opts->force_nocolor = false;
}
static void print_verbose_start_info(const struct command_line_options *cmd_opts)