From: Karel Zak Date: Mon, 5 May 2014 14:32:58 +0000 (+0200) Subject: hexdump: use new colors API X-Git-Tag: v2.25-rc1~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58ce71e63e0ea807a6fbb2a0e7328f666845fdc0;p=thirdparty%2Futil-linux.git hexdump: use new colors API Signed-off-by: Karel Zak --- diff --git a/text-utils/hexdump-parse.c b/text-utils/hexdump-parse.c index 22e397c918..37e708611f 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)