From 58ce71e63e0ea807a6fbb2a0e7328f666845fdc0 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 5 May 2014 16:32:58 +0200 Subject: hexdump: use new colors API Signed-off-by: Karel Zak --- text-utils/hexdump-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils/hexdump-parse.c') diff --git a/text-utils/hexdump-parse.c b/text-utils/hexdump-parse.c index 22e397c91..37e708611 100644 --- a/text-utils/hexdump-parse.c +++ b/text-utils/hexdump-parse.c @@ -496,7 +496,7 @@ static struct list_head *color_fmt(char *cfmt, int bcnt) clr = xstrndup(cfmt, strcspn(cfmt, ":@,")); cfmt += strlen(clr); - hcnext->fmt = colorscheme_from_string(clr); + hcnext->fmt = color_sequence_from_colorname(clr); free(clr); if (!hcnext->fmt) -- cgit v1.2.3-55-g7522