(diff_archive): Use is_sparse member instead of GNUTYPE_SPARSE.
This commit is contained in:
@@ -279,7 +279,7 @@ diff_archive (void)
|
||||
|
||||
/* Need to treat sparse files completely differently here. */
|
||||
|
||||
if (current_header->header.typeflag == GNUTYPE_SPARSE)
|
||||
if (current_stat_info.is_sparse)
|
||||
sparse_diff_file (diff_handle, ¤t_stat_info);
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user