diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-12 13:38:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-12 13:38:52 +0000 |
commit | 5c80dc95d7b8e5341d621e6a4eccb6a6c52716b5 (patch) | |
tree | e597e01a819aa9c15dcfc02b8b0eaeb1ab56b0d4 /archive_reader.h | |
parent | Adding upstream version 0.25. (diff) | |
download | tarlz-5c80dc95d7b8e5341d621e6a4eccb6a6c52716b5.tar.xz tarlz-5c80dc95d7b8e5341d621e6a4eccb6a6c52716b5.zip |
Adding upstream version 0.26.upstream/0.26upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'archive_reader.h')
-rw-r--r-- | archive_reader.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archive_reader.h b/archive_reader.h index e8963e0..a68372a 100644 --- a/archive_reader.h +++ b/archive_reader.h @@ -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."; |