X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fbuffer.c;h=d60eaea55c1755368ba79ad29312621a19a4425b;hb=26505948d9c8599791b117699acb919ccb8466df;hp=e77f47c07d39a7466e74049eb5260269216b1df5;hpb=10f585ea2f69d33408226b310a0d5548220a2c48;p=chaz%2Ftar diff --git a/src/buffer.c b/src/buffer.c index e77f47c..d60eaea 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1080,7 +1080,7 @@ write_error (ssize_t status) static void read_error (void) { - WARN ((0, errno, _("Read error on %s"), *archive_name_cursor)); + ERROR ((0, errno, _("Read error on %s"), *archive_name_cursor)); if (record_start_block == 0) FATAL_ERROR ((0, 0, _("At beginning of tape, quitting now")));