X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Flist.c;h=80ea0e19bc7dfb1d296968a9d329da6eaff27223;hb=86a9b9261ddc45dd1c380179173baebd77e2ba3e;hp=850faeb1e2e584434616b7d04d6e5a9f7a25db95;hpb=53eec8f0391a945334bfcd8c898267ac18af1120;p=chaz%2Ftar diff --git a/src/list.c b/src/list.c index 850faeb..80ea0e1 100644 --- a/src/list.c +++ b/src/list.c @@ -175,12 +175,9 @@ list_archive (void) { /* Print the header block. */ + decode_header (current_header, ¤t_stat_info, ¤t_format, 0); if (verbose_option) - { - if (verbose_option > 1) - decode_header (current_header, ¤t_stat_info, ¤t_format, 0); - print_header (-1); - } + print_header (-1); if (incremental_option && current_header->header.typeflag == GNUTYPE_DUMPDIR) {