Update raw byte count statistic correctly.
This commit is contained in:
parent
c3f62135bc
commit
c8d65502bc
@ -351,7 +351,7 @@ drive_compressor(struct archive *a, struct private_data *state, int finishing)
|
||||
state->compressed + ret,
|
||||
state->compressed_buffer_size - ret);
|
||||
}
|
||||
|
||||
a->raw_position += ret;
|
||||
state->stream.next_out
|
||||
= state->compressed +
|
||||
state->compressed_buffer_size - ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user