Adding upstream version 1.15.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6a117924f6
commit
abf5fed346
10 changed files with 45 additions and 49 deletions
|
@ -214,7 +214,8 @@ class LZ_decoder
|
|||
uint32_t crc_;
|
||||
const int outfd; // output file descriptor
|
||||
|
||||
unsigned long long stream_position() const { return partial_data_pos + stream_pos; }
|
||||
unsigned long long stream_position() const
|
||||
{ return partial_data_pos + stream_pos; }
|
||||
void flush_data();
|
||||
bool verify_trailer( const Pretty_print & pp ) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue