From 7f1bf2e09f8ec124c0fba9d2bf033505f827353e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 26 Sep 2001 20:53:42 +0000 Subject: [PATCH] just ignore them silently. --- src/buffer.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/buffer.c b/src/buffer.c index 949505c..1d164b4 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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"), -- 2.44.0