X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fbuffer.c;h=017282748ef07be5abef4a303f210167bf0c7bd6;hb=c9f5ead8dec28ea7b774184f3c22e9b02ac6f8e2;hp=d60eaea55c1755368ba79ad29312621a19a4425b;hpb=29929863e80e7c0a2b1485d5ed2c7d492f2a9702;p=chaz%2Ftar diff --git a/src/buffer.c b/src/buffer.c index d60eaea..0172827 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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)