Typefix builtin-prune.c::prune_object()
authorJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 10:54:37 +0000 (02:54 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 10:54:37 +0000 (02:54 -0800)
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>
No differences found