/[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.54 by gray, Wed Sep 3 00:03:09 2003 UTC revision 1.55 by eggert, Wed Sep 3 06:15:32 2003 UTC
# Line 76  read_and (void (*do_something) (void)) Line 76  read_and (void (*do_something) (void))
76    while (1)    while (1)
77      {      {
78        prev_status = status;        prev_status = status;
79        status = read_header (0);        status = read_header (false);
80        switch (status)        switch (status)
81          {          {
82          case HEADER_STILL_UNREAD:          case HEADER_STILL_UNREAD:
83            case HEADER_SUCCESS_EXTENDED:
84            abort ();            abort ();
85    
86          case HEADER_SUCCESS:          case HEADER_SUCCESS:
# Line 159  read_and (void (*do_something) (void)) Line 160  read_and (void (*do_something) (void))
160              case HEADER_FAILURE:              case HEADER_FAILURE:
161                /* We are in the middle of a cascade of errors.  */                /* We are in the middle of a cascade of errors.  */
162                break;                break;
163    
164                case HEADER_SUCCESS_EXTENDED:
165                  abort ();
166              }              }
167            continue;            continue;
168          }          }

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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