1
0
Fork 0

Adding upstream version 1.16~pre2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-21 11:20:21 +01:00
parent fac3395ec1
commit dcb6186936
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
19 changed files with 455 additions and 205 deletions

View file

@ -281,7 +281,7 @@ public:
stream_pos( 0 ),
crc_( 0xFFFFFFFFU ),
outfd( ofd )
{ buffer[buffer_size-1] = 0; } // prev_byte of first_byte
{ buffer[buffer_size-1] = 0; } // prev_byte of first byte
~LZ_decoder() { delete[] buffer; }