X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Flist.c;h=0fdcc2e1406dba1d37455a682041b0906a4ec8dc;hb=4f48e61fcf936789bda41bcf4c34dc01c9b9666f;hp=59374ff8cbaf6fdb4943511f49e20ea0abdf01b5;hpb=eb66edaa9fcc14009cddd84187b3b4d45528f802;p=chaz%2Ftar diff --git a/src/list.c b/src/list.c index 59374ff..0fdcc2e 100644 --- a/src/list.c +++ b/src/list.c @@ -925,7 +925,10 @@ print_header (off_t block_ordinal) if (verbose_option <= 1) { /* Just the fax, mam. */ - fprintf (stdlis, "%s\n", quotearg (current_file_name)); + fprintf (stdlis, "%s", quotearg (current_file_name)); + if (current_trailing_slash) + fprintf (stdlis, "/"); + fprintf (stdlis, "\n"); } else {