mirror of
https://github.com/git/git.git
synced 2026-03-16 11:40:07 +01:00
fixup! Actually use retval
Junio says this is wrong.
This reverts commit c6b028d1a4.
This commit is contained in:
@@ -58,7 +58,7 @@ static int compare_tree_entry(struct tree_desc *t1, struct tree_desc *t2,
|
||||
opt->change(opt, mode1, mode2, sha1, sha2, base->buf, 0, 0);
|
||||
}
|
||||
strbuf_setlen(base, old_baselen);
|
||||
return retval;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* A whole sub-tree went away or appeared */
|
||||
|
||||
Reference in New Issue
Block a user