/[tar]/tar/src/list.c
ViewVC logotype

Diff of /tar/src/list.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by eggert, Sat Jul 5 07:00:54 2003 UTC revision 1.49 by gray, Thu Jul 24 14:48:08 2003 UTC
# Line 925  print_header (off_t block_ordinal) Line 925  print_header (off_t block_ordinal)
925    if (verbose_option <= 1)    if (verbose_option <= 1)
926      {      {
927        /* Just the fax, mam.  */        /* Just the fax, mam.  */
928        fprintf (stdlis, "%s\n", quotearg (current_file_name));        fprintf (stdlis, "%s", quotearg (current_file_name));
929          if (current_trailing_slash)
930            fprintf (stdlis, "/");
931          fprintf (stdlis, "\n");
932      }      }
933    else    else
934      {      {

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26