Code

Cast pointers to `void *' when used in a format.
authorFlorian Forster <octo@verplant.org>
Sun, 18 Jun 2006 15:18:06 +0000 (17:18 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 19 Jun 2006 04:19:10 +0000 (21:19 -0700)
commit04f086071e780d921f6dac83b5ffc21c3a2d7bb6
tree98938c8fdcf7f629defb0339695d4e66309239d6
parentb4b1550315c6184ea50936be305a4f1c78ad16a8
Cast pointers to `void *' when used in a format.

ANSI C99 requires void-pointers when using the `%p' format. This patch adds the
neccessary cast in `blame.c'.

Signed-off-by: Florian Forster <octo@verplant.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
blame.c