diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-24 04:36:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-24 04:36:49 +0000 |
commit | 3f61ac8e91689973737f281b0657ae16216b1960 (patch) | |
tree | f2334e5cf62fa1e169053046c68b97c321227952 /gf16.cc | |
parent | Releasing debian version 1.25~pre1-1. (diff) | |
download | lziprecover-3f61ac8e91689973737f281b0657ae16216b1960.tar.xz lziprecover-3f61ac8e91689973737f281b0657ae16216b1960.zip |
Merging upstream version 1.25~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gf16.cc')
-rw-r--r-- | gf16.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ bool check_inverse( const uint16_t * const A, const uint16_t * const B, { if( print && row ) std::fputc( '\n', stderr ); return false; } if( print ) std::fprintf( stderr, "\r%5u rows checked \r", row + 1 ); } - return true; // A * B == I + return true; } |