1
0
Fork 0

Adding upstream version 0.12.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 21:12:27 +01:00
parent 6bd0c00498
commit 454dd91a77
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
18 changed files with 427 additions and 212 deletions

View file

@ -32,8 +32,6 @@
#include "tarlz.h"
namespace {
int seek_read( const int fd, uint8_t * const buf, const int size,
const long long pos )
{
@ -42,6 +40,8 @@ int seek_read( const int fd, uint8_t * const buf, const int size,
return 0;
}
namespace {
const char * bad_version( const unsigned version )
{
static char buf[80];