diff options
Diffstat (limited to 'diffcore-break.c')
-rw-r--r-- | diffcore-break.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diffcore-break.c b/diffcore-break.c index 71ad58a25a..ed0e14c6d8 100644 --- a/diffcore-break.c +++ b/diffcore-break.c @@ -68,6 +68,7 @@ static int should_break(struct diff_filespec *src, if (diffcore_count_changes(src->data, src->size, dst->data, dst->size, + NULL, NULL, 0, &src_copied, &literal_added)) return 0; |