diff --git a/tar.c b/tar.c index 8c432d1..01043ee 100644 --- a/tar.c +++ b/tar.c @@ -458,7 +458,7 @@ xt(int argc, char *argv[], int mode) } /* ignore global pax header craziness */ - if (h->type == 'g') { + if (h->type == 'g' || h->type == 'x') { skipblk(size); continue; }