mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:58:13 +00:00
Deflate: Fix deadly typo.
This commit is contained in:
parent
b9a6c07bb7
commit
e2e2e782d4
2 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,6 @@ size_t GzipDecompressor::read(Bytes bytes)
|
|||
if (m_input_stream.eof())
|
||||
return 0;
|
||||
|
||||
// FIXME: This fails with the new changes?
|
||||
BlockHeader header;
|
||||
m_input_stream >> Bytes { &header, sizeof(header) };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue