(write_error): Read error is an error, not just a warning.

This commit is contained in:
Paul Eggert
1999-09-25 05:47:17 +00:00
parent 559eeb2b52
commit 29929863e8

View File

@@ -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")));