/[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.57 by gray, Thu Oct 2 10:28:45 2003 UTC revision 1.58 by gray, Sat Oct 4 13:50:20 2003 UTC
# Line 73  read_and (void (*do_something) (void)) Line 73  read_and (void (*do_something) (void))
73    name_gather ();    name_gather ();
74    open_archive (ACCESS_READ);    open_archive (ACCESS_READ);
75    
76    while (!all_names_found ())    do
77      {      {
78        prev_status = status;        prev_status = status;
79        status = read_header (false);        status = read_header (false);
# Line 113  read_and (void (*do_something) (void)) Line 113  read_and (void (*do_something) (void))
113                    skip_member ();                    skip_member ();
114                    continue;                    continue;
115                  }                  }
116                }              }
117    
118            (*do_something) ();            (*do_something) ();
119            continue;            continue;
# Line 168  read_and (void (*do_something) (void)) Line 168  read_and (void (*do_something) (void))
168          }          }
169        break;        break;
170      }      }
171      while (!all_names_found (&current_stat_info));
172    
173    close_archive ();    close_archive ();
174    names_notfound ();            /* print names not found */    names_notfound ();            /* print names not found */

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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