Explorar o código

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

Paul Eggert %!s(int64=25) %!d(string=hai) anos
pai
achega
29929863e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/buffer.c

+ 1 - 1
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")));