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

Diff of /tar/src/extract.c

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

revision 1.48 by gray, Sun Aug 31 22:41:32 2003 UTC revision 1.49 by gray, Thu Sep 4 15:44:44 2003 UTC
# Line 717  extract_archive (void) Line 717  extract_archive (void)
717      print_header (-1);      print_header (-1);
718    
719    file_name = safer_name_suffix (current_stat_info.file_name, 0);    file_name = safer_name_suffix (current_stat_info.file_name, 0);
720      if (strip_path_elements)
721        {
722          file_name = cut_path_elements (file_name, strip_path_elements);
723          if (!file_name)
724            {
725              skip_member ();
726              return;
727            }
728        }
729      
730    apply_nonancestor_delayed_set_stat (file_name, 0);    apply_nonancestor_delayed_set_stat (file_name, 0);
731    
732    /* Take a safety backup of a previously existing file.  */    /* Take a safety backup of a previously existing file.  */

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