1
0
Fork 0

Merging upstream version 1.15.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-21 11:17:55 +01:00
parent 671d29dd4d
commit d4c7773ebd
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
10 changed files with 45 additions and 49 deletions

View file

@ -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;