archive-tar.c: squelch a type mismatch warning
commit3e1629f5a6c832941cc329c381de8b88ea775cb6
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 May 2009 08:08:19 +0000 (7 01:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 9 May 2009 06:57:29 +0000 (8 23:57 -0700)
treed0d00eb9255ddc472d6beb519ad93c146b627888
parent6207011ae3fe813159e92762e86f33c9bd42cd7f
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>
archive-tar.c