Typefix builtin-prune.c::prune_object()
commitac1471b39f1413046d4e338d898a93e403cbd3e5
authorJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 10:54:37 +0000 (24 02:54 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 10:54:37 +0000 (24 02:54 -0800)
tree3d441acb7efdfcb5e41d2b25a060a7d3098f4057
parent21f88ac84a024fcc73a22547e51509aa1459ab03
Typefix builtin-prune.c::prune_object()

It passed (const char*) to a function that took a (char *); the
buffer itself was of course writable, so pass the buffer itself.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-prune.c