commit | a8002a5f0ee19e2a513483e763b8b4a7cdcaa48d | [log] [tgz] |
---|---|---|
author | Eric Sunshine <sunshine@sunshineco.com> | Mon Jul 15 02:54:11 2013 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jul 15 08:20:11 2013 -0700 |
tree | f954807ebe5975779d937713465c6e804f0e2f2e | |
parent | 0939a242fe95fd2c2a2a4094d827e144382de3d7 [diff] |
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>