X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/1d4aaff696ee1b9085dda0f0f3d84d9d20d96db0..96a24212fda0047a7cd5d79cc43377ce24c1f85c:/shared.c?ds=sidebyside diff --git a/shared.c b/shared.c index 077934f..cd9d68d 100644 --- a/shared.c +++ b/shared.c @@ -373,6 +373,7 @@ int cgit_diff_files(const unsigned char *old_sha1, diff_params.flags = XDF_NEED_MINIMAL; emit_params.ctxlen = 3; emit_params.flags = XDL_EMIT_FUNCNAMES; + emit_params.find_func = NULL; emit_cb.outf = filediff_cb; emit_cb.priv = fn; xdl_diff(&file1, &file2, &diff_params, &emit_params, &emit_cb);