Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix field width/precision warnings in blame.c
Using "size_t" values for printf field width/precision upsets gcc, it wants to see an "int". Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information