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

Diff of /tar/src/compare.c

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

revision 1.13 by gray, Sun Aug 31 22:41:32 2003 UTC revision 1.14 by eggert, Wed Sep 3 06:11:52 2003 UTC
# Line 700  verify_volume (void) Line 700  verify_volume (void)
700    flush_read ();    flush_read ();
701    while (1)    while (1)
702      {      {
703        enum read_header status = read_header (0);        enum read_header status = read_header (false);
704    
705        if (status == HEADER_FAILURE)        if (status == HEADER_FAILURE)
706          {          {
# Line 709  verify_volume (void) Line 709  verify_volume (void)
709            do            do
710              {              {
711                counter++;                counter++;
712                status = read_header (0);                status = read_header (false);
713              }              }
714            while (status == HEADER_FAILURE);            while (status == HEADER_FAILURE);
715    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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