diff options
| author | 2020-03-26 20:51:30 +0100 | |
|---|---|---|
| committer | 2020-03-26 20:51:30 +0100 | |
| commit | 52df2aae8173006fa182bae85890e56afb7d9054 (patch) | |
| tree | 5a89e7d77e0a8fe25bb4cd110362cd39ff13f85b | |
| parent | eace71293190208f443973a9e385ca69da504863 (diff) | |
| download | colorize-52df2aae8173006fa182bae85890e56afb7d9054.tar.gz colorize-52df2aae8173006fa182bae85890e56afb7d9054.tar.bz2 | |
init_conf_vars(): use explicit format string
| -rw-r--r-- | colorize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); } } |
