Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archive-tar.c: squelch a type mismatch warning
On some systems, giving a value of type time_t to printf "%lo" that expects an unsigned long would give a type mismatch warning. Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information