lib/color: Fix compilation with uClibc
authorRosen Penev <rosenp@gmail.com>
Fri, 3 May 2019 17:59:55 +0000 (10:59 -0700)
committerMark Wielaard <mark@klomp.org>
Sun, 5 May 2019 14:53:27 +0000 (16:53 +0200)
commitb5e8a481d4c9f9cdb26513784c09c57797fa2f46
tree99a96f49994810a8f66b9dca549dc44a821e3ea9
parent4628b0ea03a0d029cccbcda1cbfc450b4c5ad1bf
lib/color: Fix compilation with uClibc

elfutils passed -Werror and this call errors on uClibc with a mismatching
pointer type. Cast to char * to fix.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lib/ChangeLog
lib/color.c