archive/bzip2: reorder fields to improve packing
This commit is contained in:
parent
1a516e7744
commit
f63c343f68
@ -58,10 +58,10 @@ public:
|
||||
class Bzip2InputStream final : public InputStream {
|
||||
std::shared_ptr<InputStream> input;
|
||||
|
||||
bool eof = false;
|
||||
|
||||
bz_stream bzstream;
|
||||
|
||||
bool eof = false;
|
||||
|
||||
char buffer[5000];
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user