Code

Two trivial -Wcast-qual fixes
authorJunio C Hamano <gitster@pobox.com>
Sat, 23 Jun 2007 06:19:43 +0000 (23:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 23 Jun 2007 06:19:43 +0000 (23:19 -0700)
Luiz Fernando N. Capitulino noticed the one in tree-walk.h where
we cast away constness while computing the legnth of a tree
entry.

Signed-off-by: Junio C Hamano <gitster@pobox.com>

No differences found