From 52df2aae8173006fa182bae85890e56afb7d9054 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Thu, 26 Mar 2020 20:51:30 +0100 Subject: init_conf_vars(): use explicit format string --- colorize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colorize.c') diff --git a/colorize.c b/colorize.c index 50011e2..622f609 100644 --- a/colorize.c +++ b/colorize.c @@ -779,7 +779,7 @@ init_conf_vars (const struct conf *config) else if (streq (config->omit_color_empty, "no")) omit_color_empty = false; else - vfprintf_fail ("omit-color-empty conf option is not valid"); + vfprintf_fail (formats[FMT_GENERIC], "omit-color-empty conf option is not valid"); } } -- cgit v1.2.3