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/xheader.c.orig (-1 / +1 lines)
Lines 904-910 Link Here
904
{
904
{
905
  uintmax_t u;
905
  uintmax_t u;
906
  if (xstrtoumax (arg, NULL, 10, &u, "") == LONGINT_OK)
906
  if (xstrtoumax (arg, NULL, 10, &u, "") == LONGINT_OK)
907
    st->archive_file_size = st->stat.st_size = u;
907
    st->stat.st_size = u;
908
}
908
}
909
909
910
static void
910
static void

Return to bug 96780