git-tar-tree: no more void pointer arithmetic
[git.git] / diffcore-break.c
index 71ad58a..ed0e14c 100644 (file)
@@ -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;