1
0
Fork 0

Merging upstream version 0.26.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 21:27:57 +01:00
parent 7185f44b62
commit 180f99b04d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
44 changed files with 610 additions and 505 deletions

View file

@ -18,7 +18,7 @@
struct Archive_descriptor
{
const std::string name;
const char * const namep; // printable archive name
const char * const namep; // printable archive name
const int infd;
const Lzip_index lzip_index;
const bool seekable;
@ -118,3 +118,6 @@ public:
int read( uint8_t * const buf, const int size );
int skip_member( const Extended & extended );
};
const char * const empty_msg = "Empty lzip member not allowed.";