mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-31 07:18:23 -04:00
Corrected tail append on extraction
This commit is contained in:
parent
2d33206d29
commit
41e3ccf692
2 changed files with 5 additions and 2 deletions
|
@ -43,7 +43,10 @@ typedef struct _VOLUME_PARSING_DATA {
|
|||
//} FREE_SPACE_PARSING_DATA;
|
||||
|
||||
typedef struct _FILE_PARSING_DATA {
|
||||
UINT16 tail;
|
||||
union {
|
||||
UINT8 tailArray[2];
|
||||
UINT16 tail;
|
||||
};
|
||||
BOOLEAN hasTail;
|
||||
} FILE_PARSING_DATA;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue