(tty_color_get_name_by_index): cleanup format compiler warning.
commit469dc1352b1faf97317a36acc7b7ffb03da452cb
authorAndreas Mohr <and@gmx.li>
Tue, 6 Dec 2016 08:08:47 +0000 (6 08:08 +0000)
committerAndrew Borodin <aborodin@vmail.ru>
Sun, 22 Jan 2017 15:44:22 +0000 (22 18:44 +0300)
tree18e95003a299b57433471007b934d3c244e82724
parent238d3ac53c6e41697b9e45803b93ac578c1133ad
(tty_color_get_name_by_index): cleanup format compiler warning.

Found by GCC 6.2.0.

color-internal.c:186:33: error: format '%X' expects argument of type 'unsigned int', but argument 3 has type 'int' [-Werror=format=]

Signed-off-by: Andreas Mohr <and@gmx.li>
lib/tty/color-internal.c