X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-blame.c;h=99ea0a02cb39bb72b39f147e75a2aa3850bfe3d2;hb=b90ced0f7da0b8dcdac1aabd8840a23daef25b43;hp=5466d01f9a5917dbba4108669ee4513b581ff2c9;hpb=cd1bea918bde5b32cf29159acac067bd238825b3;p=git.git diff --git a/builtin-blame.c b/builtin-blame.c index 5466d01f9..99ea0a02c 100644 --- a/builtin-blame.c +++ b/builtin-blame.c @@ -542,7 +542,7 @@ static struct patch *compare_buffer(mmfile_t *file_p, mmfile_t *file_o, state.ret->chunks = NULL; state.ret->num = 0; - xdl_diff(file_p, file_o, &xpp, &xecfg, &ecb); + xdi_diff(file_p, file_o, &xpp, &xecfg, &ecb); if (state.ret->num) { struct chunk *chunk;