]> Dogcows Code - chaz/tar/blobdiff - src/buffer.c
Remove bogus errno FIXMEs.
[chaz/tar] / src / buffer.c
index d60eaea55c1755368ba79ad29312621a19a4425b..017282748ef07be5abef4a303f210167bf0c7bd6 100644 (file)
@@ -912,7 +912,7 @@ flush_write (void)
 
   if (tape_length_option && tape_length_option <= bytes_written)
     {
-      errno = ENOSPC;          /* FIXME: errno should be read-only */
+      errno = ENOSPC;
       status = 0;
     }
   else if (dev_null_output)
This page took 0.024469 seconds and 4 git commands to generate.