Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jw/format-patch-attach'
[gitweb.git]
/
fsck.c
diff --git
a/fsck.c
b/fsck.c
index ab64c18a2baf5e88de8e98d9d8526ba3a7dfed14..97f76c58155249412d7c59e965b564dfc0f75181 100644
(file)
--- a/
fsck.c
+++ b/
fsck.c
@@
-307,9
+307,8
@@
int fsck_error_function(struct object *obj, int type, const char *fmt, ...)
{
va_list ap;
int len;
- struct strbuf sb;
+ struct strbuf sb
= STRBUF_INIT
;
- strbuf_init(&sb, 0);
strbuf_addf(&sb, "object %s:", obj->sha1?sha1_to_hex(obj->sha1):"(null)");
va_start(ap, fmt);