aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5f0bb86c3ee..37d3419532b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -30,7 +30,7 @@
30 Fix recovering from possible decompression error. Since 30 Fix recovering from possible decompression error. Since
31 insert_from_gap doesn't always move point, we can't use PT as 31 insert_from_gap doesn't always move point, we can't use PT as
32 the position where the partially decompressed data ends, and 32 the position where the partially decompressed data ends, and
33 should count how may bytes was produced so far. 33 should count how many bytes was produced so far.
34 * decompress.c (struct decompress_unwind_data): Add nbytes member. 34 * decompress.c (struct decompress_unwind_data): Add nbytes member.
35 (unwind_decompress): Really delete partially uncompressed data. 35 (unwind_decompress): Really delete partially uncompressed data.
36 (Fzlib_decompress_region): Take decompressed data size into account. 36 (Fzlib_decompress_region): Take decompressed data size into account.