diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-21 16:13:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-21 16:13:38 +0000 |
commit | 8d5e33286b086ade0252489ca201eb1aa061c5dc (patch) | |
tree | ab7905d319ede338e79626e6b5e21705c90c1a2a /lzip_index.cc | |
parent | Releasing debian version 1.22-3. (diff) | |
download | lziprecover-8d5e33286b086ade0252489ca201eb1aa061c5dc.tar.xz lziprecover-8d5e33286b086ade0252489ca201eb1aa061c5dc.zip |
Merging upstream version 1.23.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | lzip_index.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lzip_index.cc b/lzip_index.cc index 66eb30d..eff4d05 100644 --- a/lzip_index.cc +++ b/lzip_index.cc @@ -1,5 +1,5 @@ /* Lziprecover - Data recovery tool for the lzip format - Copyright (C) 2009-2021 Antonio Diaz Diaz. + Copyright (C) 2009-2022 Antonio Diaz Diaz. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -347,7 +347,7 @@ error: } -// Returns members + gaps [+ trailing data]. +// Return members + gaps [+ trailing data]. long Lzip_index::blocks( const bool count_tdata ) const { long n = member_vector.size() + ( count_tdata && cdata_size() < file_size() ); |