From: Junio C Hamano Date: Fri, 24 Nov 2006 10:54:37 +0000 (-0800) Subject: Typefix builtin-prune.c::prune_object() X-Git-Tag: v1.5.0-rc0~234^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ac1471b39f1413046d4e338d898a93e403cbd3e5?hp=ac1471b39f1413046d4e338d898a93e403cbd3e5 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 ---