1
0
Fork 0

Merging upstream version 0.12.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 21:12:33 +01:00
parent 8a1b7bb819
commit fae36bf8d8
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];