]> Dogcows Code - chaz/tar/blobdiff - src/buffer.c
* doc/tar.texi: Update Back-Cover text to reflect new GNU wording.
[chaz/tar] / src / buffer.c
index 0dd89d0dc423507d5b0927d6a787cb7eb0baa74d..8f8b43f26b3aab91e5eff8807928b28428a795f5 100644 (file)
@@ -833,7 +833,7 @@ close_archive (void)
     verify_volume ();
 
   if (rmtclose (archive) != 0)
-    close_warn (*archive_name_cursor);
+    close_error (*archive_name_cursor);
 
   sys_wait_for_child (child_pid);
 
@@ -1021,7 +1021,7 @@ new_volume (enum access_mode mode)
   current_block = record_start;
   
   if (rmtclose (archive) != 0)
-    close_warn (*archive_name_cursor);
+    close_error (*archive_name_cursor);
 
   archive_name_cursor++;
   if (archive_name_cursor == archive_name_array + archive_names)
This page took 0.024858 seconds and 4 git commands to generate.