mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-03 02:10:57 +01:00
parent
b579434679
commit
4dd6658edc
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ const deflate_stored = (s, flush) => {
|
|||
}
|
||||
|
||||
/* Fill the window with any remaining input. */
|
||||
have = s.window_size - s.strstart - 1;
|
||||
have = s.window_size - s.strstart;
|
||||
if (s.strm.avail_in > have && s.block_start >= s.w_size) {
|
||||
/* Slide the window down. */
|
||||
s.block_start -= s.w_size;
|
||||
|
|
Loading…
Add table
Reference in a new issue