From: Paul Eggert Date: Sat, 25 Sep 1999 05:47:17 +0000 (+0000) Subject: (write_error): Read error is an error, not just a warning. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=29929863e80e7c0a2b1485d5ed2c7d492f2a9702;hp=559eeb2b522e7354ab21985d562d4f2a626288e0;p=chaz%2Ftar (write_error): Read error is an error, not just a warning. --- 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")));