Revert "Fix savannah bug #63567"
commitd437ecf75de2d6fdeb2aed6f45c4b3b16373389b
authorSergey Poznyakoff <gray@gnu.org>
Fri, 11 Aug 2023 18:35:30 +0000 (11 21:35 +0300)
committerSergey Poznyakoff <gray@gnu.org>
Tue, 15 Aug 2023 08:34:21 +0000 (15 11:34 +0300)
tree2ce44f72b238020f878f5d6fe4137d16c0da2d74
parent8e5483577dcd4dcb7981a2863e42b820058d8371
Revert "Fix savannah bug #63567"

Commit e89c7a45eb broke deletion from archives. The reported number
of bytes read is rounded to the nearest record anyway, revert the
commit and document the fact.

Reported by Ed Santiago. See
https://bugzilla.redhat.com/show_bug.cgi?id=2230127

* doc/tar.texi: Document the fact that --totals rounds up the
number of bytes reads to the nearest record.
* src/buffer.c: Revert changes.
* tests/delete06.at: Fix expected status code and stderr.
doc/tar.texi
src/buffer.c
tests/delete06.at