diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-21 16:13:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-21 16:13:20 +0000 |
commit | 83ee6131390406477f652741c1ebb25cc17e3181 (patch) | |
tree | 553f2f499192b3fa71f01f814120799aeab8a242 /lzip_index.cc | |
parent | Adding upstream version 1.22. (diff) | |
download | lziprecover-83ee6131390406477f652741c1ebb25cc17e3181.tar.xz lziprecover-83ee6131390406477f652741c1ebb25cc17e3181.zip |
Adding upstream version 1.23.upstream/1.23
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lzip_index.cc')
-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() ); |