Code

wt-status: fix 'fprintf' compilation warning
authorJunio C Hamano <gitster@pobox.com>
Sun, 2 May 2010 05:05:14 +0000 (22:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 May 2010 05:05:14 +0000 (22:05 -0700)
commitc1909e72952ec6b95f819a4ad8faa8d69f1d961d
tree219a1c0a3f7e2500a3fe07ee5a6300cff10e98bb
parent2381e39e5ff740883b98c5aca019950f9167b67f
wt-status: fix 'fprintf' compilation warning

color_fprintf() has the same function signature as fprintf() and newer
gcc warns when a non-constant string is fed as the format

Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c