mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:27:45 +00:00
unzip: Correct compression method offset value
This commit is contained in:
parent
ef84865c8c
commit
d6c7cdce98
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ bool unpack_file_for_central_directory_index(off_t central_directory_index, cons
|
||||||
CFDHLocalFileHeaderIndexOffset = 42,
|
CFDHLocalFileHeaderIndexOffset = 42,
|
||||||
};
|
};
|
||||||
enum LocalFileHeaderOffsets {
|
enum LocalFileHeaderOffsets {
|
||||||
LFHCompressionMethodOffset = 10,
|
LFHCompressionMethodOffset = 8,
|
||||||
LFHCompressedSizeOffset = 18,
|
LFHCompressedSizeOffset = 18,
|
||||||
LFHFileNameLengthOffset = 26,
|
LFHFileNameLengthOffset = 26,
|
||||||
LFHExtraFieldLengthOffset = 28,
|
LFHExtraFieldLengthOffset = 28,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue