]> Dogcows Code - chaz/tar/commitdiff
just ignore them silently.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Sep 2001 20:53:42 +0000 (20:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Sep 2001 20:53:42 +0000 (20:53 +0000)
src/buffer.c

index 949505c0b912ceb1b3d52fdf3907571c1994adb9..1d164b4bde00fbba9a3b464cc1f1fdf0ee2966e1 100644 (file)
@@ -1210,12 +1210,7 @@ flush_read (void)
          archive_read_error ();
 
       if (status == 0)
-       {
-         if (left % BLOCKSIZE != 0)
-           ERROR ((0, 0, _("%d garbage bytes ignored at end of archive"),
-                   (int) ((record_size - left) % BLOCKSIZE)));
-         break;
-       }
+       break;
 
       if (! read_full_records_option)
        FATAL_ERROR ((0, 0, _("Unaligned block (%lu bytes) in archive"),
This page took 0.02267 seconds and 4 git commands to generate.