Merging upstream version 0.10a.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f52a98e430
commit
057b6c7559
3 changed files with 3 additions and 3 deletions
2
configure
vendored
2
configure
vendored
|
@ -6,7 +6,7 @@
|
||||||
# to copy, distribute and modify it.
|
# to copy, distribute and modify it.
|
||||||
|
|
||||||
pkgname=tarlz
|
pkgname=tarlz
|
||||||
pkgversion=0.10
|
pkgversion=0.10a
|
||||||
progname=tarlz
|
progname=tarlz
|
||||||
srctrigger=doc/${pkgname}.texi
|
srctrigger=doc/${pkgname}.texi
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.1.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.1.
|
||||||
.TH TARLZ "1" "January 2019" "tarlz 0.10" "User Commands"
|
.TH TARLZ "1" "February 2019" "tarlz 0.10a" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tarlz \- creates tar archives with multimember lzip compression
|
tarlz \- creates tar archives with multimember lzip compression
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -106,7 +106,7 @@ int Extended::recsize_path() const
|
||||||
int Extended::recsize_file_size() const
|
int Extended::recsize_file_size() const
|
||||||
{
|
{
|
||||||
if( recsize_file_size_ < 0 ) recsize_file_size_ =
|
if( recsize_file_size_ < 0 ) recsize_file_size_ =
|
||||||
( file_size_ > 0 ) ? record_size( 4, file_size_ ) : 0;
|
( file_size_ > 0 ) ? record_size( 4, decimal_digits( file_size_ ) ) : 0;
|
||||||
return recsize_file_size_;
|
return recsize_file_size_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue