archive-tar: keep const in checksum calculation
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Fri, 18 May 2012 05:18:11 +0000 (07:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 May 2012 18:26:18 +0000 (11:26 -0700)
For correctness, don't needlessly drop the const qualifier when casting.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found