just ignore them silently.
This commit is contained in:
@@ -1210,12 +1210,7 @@ flush_read (void)
|
|||||||
archive_read_error ();
|
archive_read_error ();
|
||||||
|
|
||||||
if (status == 0)
|
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)
|
if (! read_full_records_option)
|
||||||
FATAL_ERROR ((0, 0, _("Unaligned block (%lu bytes) in archive"),
|
FATAL_ERROR ((0, 0, _("Unaligned block (%lu bytes) in archive"),
|
||||||
|
|||||||
Reference in New Issue
Block a user