Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
447218dd
Commit
447218dd
authored
Aug 26, 2013
by
Dmitry Antipov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ChangeLog typo.
parent
efec3894
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/ChangeLog
src/ChangeLog
+1
-1
No files found.
src/ChangeLog
View file @
447218dd
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
Fix recovering from possible decompression error. Since
Fix recovering from possible decompression error. Since
insert_from_gap doesn't always move point, we can't use PT as
insert_from_gap doesn't always move point, we can't use PT as
the position where the partially decompressed data ends, and
the position where the partially decompressed data ends, and
should count how may bytes was produced so far.
should count how ma
n
y bytes was produced so far.
* decompress.c (struct decompress_unwind_data): Add nbytes member.
* decompress.c (struct decompress_unwind_data): Add nbytes member.
(unwind_decompress): Really delete partially uncompressed data.
(unwind_decompress): Really delete partially uncompressed data.
(Fzlib_decompress_region): Take decompressed data size into account.
(Fzlib_decompress_region): Take decompressed data size into account.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment