mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-27 13:34:33 -04:00
Version 0.9.2
- fixed a bug in calculateChecksum16, previous versions should not be used!
This commit is contained in:
parent
a6fc781306
commit
83f1158933
4 changed files with 25 additions and 73 deletions
2
ffs.h
2
ffs.h
|
@ -213,7 +213,7 @@ typedef struct {
|
|||
|
||||
|
||||
// Volume header 16bit checksum calculation routine
|
||||
extern UINT16 calculateChecksum16(UINT8* buffer, UINT32 bufferSize);
|
||||
extern UINT16 calculateChecksum16(UINT16* buffer, UINT32 bufferSize);
|
||||
|
||||
//*****************************************************************************
|
||||
// EFI FFS File
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue