fixup! Actually use retval

Junio says this is wrong.

This reverts commit c6b028d1a4.
This commit is contained in:
Johannes Schindelin
2011-03-22 19:22:11 +01:00
parent 9a74287329
commit cec1f26c04

View File

@@ -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 */