From d696346689e161ee8a5623182ed65ab119adb203 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 4 Feb 2016 16:33:53 -0500 Subject: Implement -[ac]?newer. --- color.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'color.c') diff --git a/color.c b/color.c index 8e22340..d89be4f 100644 --- a/color.c +++ b/color.c @@ -318,7 +318,7 @@ void print_error(const struct color_table *colors, const char *path, int error) if (color) { print_esc(color, stderr); } - fprintf(stderr, "Error at %s: %s\n", path, strerror(error)); + fprintf(stderr, "'%s': %s\n", path, strerror(error)); if (color) { print_esc(colors->reset, stderr); } -- cgit v1.2.3