Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96780 | Differences between
and this patch

Collapse All | Expand All

(-)src/sparse.c.orig (-1 / +1 lines)
Lines 819-825 Link Here
819
static bool
819
static bool
820
pax_sparse_member_p (struct tar_sparse_file *file)
820
pax_sparse_member_p (struct tar_sparse_file *file)
821
{
821
{
822
  return file->stat_info->archive_file_size != file->stat_info->stat.st_size;
822
  return file->stat_info->archive_file_size > 0;
823
}
823
}
824
824
825
static bool
825
static bool

Return to bug 96780