author | Junio C Hamano <gitster@pobox.com> | |
Thu, 7 May 2009 08:08:19 +0000 (01:08 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 9 May 2009 06:57:29 +0000 (23:57 -0700) | ||
commit | 3e1629f5a6c832941cc329c381de8b88ea775cb6 | |
tree | d0d00eb9255ddc472d6beb519ad93c146b627888 | tree | snapshot |
parent | 6207011ae3fe813159e92762e86f33c9bd42cd7f | commit | diff |
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>
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 | diff | blob | history |