diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2009-12-28 02:22:41 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2009-12-28 02:22:41 +0000 |
| commit | c17fd585bbf66f0ad94cd2a7569ecb05052f356c (patch) | |
| tree | 1b551c0bf47267c5b3e7ef5d816c0899c50cfd5a | |
| parent | a5a14ed059371f88d8c5a0b7222f5d32d7f8baf1 (diff) | |
Notes
| -rw-r--r-- | lib/libarchive/archive_write_set_compression_bzip2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libarchive/archive_write_set_compression_bzip2.c b/lib/libarchive/archive_write_set_compression_bzip2.c index ccf2229d6d97..c8b502e51676 100644 --- a/lib/libarchive/archive_write_set_compression_bzip2.c +++ b/lib/libarchive/archive_write_set_compression_bzip2.c @@ -291,7 +291,6 @@ archive_compressor_bzip2_finish(struct archive_write *a) block_length = state->stream.next_out - state->compressed; /* Tricky calculation to determine size of last block. */ - target_block_length = block_length; if (a->bytes_in_last_block <= 0) /* Default or Zero: pad to full block */ target_block_length = a->bytes_per_block; |
