Cast pointers to `void *' when used in a format.
authorFlorian Forster <octo@verplant.org>
Sun, 18 Jun 2006 14:54:57 +0000 (16:54 +0200)
committerFlorian Forster <octo@verplant.org>
Sun, 18 Jun 2006 14:54:57 +0000 (16:54 +0200)
commit372bb52dd567d39c3e64919e100ae9bd8af603ca
treef20481758efd254928a5922b4590181d2ba7f0f0
parentc163a36f0bd0e07ffb9ee7d4bfb22f1cbb38eef8
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'.
blame.c