mailmap: debug: eliminate -Wformat field precision type warning
commita8002a5f0ee19e2a513483e763b8b4a7cdcaa48d
authorEric Sunshine <sunshine@sunshineco.com>
Mon, 15 Jul 2013 06:54:11 +0000 (15 02:54 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 15:20:11 +0000 (15 08:20 -0700)
treef954807ebe5975779d937713465c6e804f0e2f2e
parent0939a242fe95fd2c2a2a4094d827e144382de3d7
mailmap: debug: eliminate -Wformat field precision type warning

The compiler complains that '*' in fprintf() format "%.*s" should
have type int, but we pass size_t. Fix this.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
mailmap.c