mailmap: debug: fix malformed fprintf() format conversion specification
commit0939a242fe95fd2c2a2a4094d827e144382de3d7
authorEric Sunshine <sunshine@sunshineco.com>
Mon, 15 Jul 2013 06:54:10 +0000 (15 02:54 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 15:19:56 +0000 (15 08:19 -0700)
tree7ef461206d53215aa1ac1f5ffca6089c35494846
parentc10be0c6acfe671adf0ed1b3387de45d126f8ab7
mailmap: debug: fix malformed fprintf() format conversion specification

Resolve segmentation fault due to size_t variable being consumed by
'%s'.

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