summaryrefslogtreecommitdiffstats
path: root/encoder.cc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-21 12:12:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-21 12:12:28 +0000
commit60f1f649f81ccd08f7def8127593b4a17a2db52e (patch)
tree210fc05a564804b3b1c8e5c94492b091ccd5c9e0 /encoder.cc
parentReleasing debian version 1.22-5. (diff)
downloadlzip-60f1f649f81ccd08f7def8127593b4a17a2db52e.tar.xz
lzip-60f1f649f81ccd08f7def8127593b4a17a2db52e.zip
Merging upstream version 1.23.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'encoder.cc')
-rw-r--r--encoder.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/encoder.cc b/encoder.cc
index 412b05f..afb38d2 100644
--- a/encoder.cc
+++ b/encoder.cc
@@ -1,5 +1,5 @@
/* Lzip - LZMA lossless data compressor
- Copyright (C) 2008-2021 Antonio Diaz Diaz.
+ Copyright (C) 2008-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
@@ -167,7 +167,7 @@ void LZ_encoder::update_distance_prices()
}
-/* Returns the number of bytes advanced (ahead).
+/* Return the number of bytes advanced (ahead).
trials[0]..trials[ahead-1] contain the steps to encode.
( trials[0].dis4 == -1 ) means literal.
A match/rep longer or equal than match_len_limit finishes the sequence.