Track LF offsets
This commit is contained in:
parent
50293f18e0
commit
01c55375f9
2 changed files with 18 additions and 2 deletions
|
|
@ -86,6 +86,8 @@ typedef struct zip
|
|||
char* cd;
|
||||
CDH** cdh;
|
||||
LFH** lfh;
|
||||
unsigned int* lfh_off;
|
||||
unsigned int entries;
|
||||
EOCD* eocd;
|
||||
} zip;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue