author | Junio C Hamano <junkio@cox.net> | |
Fri, 24 Nov 2006 10:54:37 +0000 (02:54 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 24 Nov 2006 10:54:37 +0000 (02:54 -0800) | ||
commit | ac1471b39f1413046d4e338d898a93e403cbd3e5 | |
tree | 3d441acb7efdfcb5e41d2b25a060a7d3098f4057 | tree | snapshot |
parent | 21f88ac84a024fcc73a22547e51509aa1459ab03 | commit | diff |
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>
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 | diff | blob | history |