mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[BOOTLIB]
Fix checksum computation CID #1363451 svn path=/trunk/; revision=71941
This commit is contained in:
parent
ab07decf48
commit
fccd3c6490
1 changed files with 1 additions and 1 deletions
|
@ -749,7 +749,7 @@ BlUtlCheckSum (
|
|||
}
|
||||
}
|
||||
|
||||
if (Length != Length)
|
||||
if (i != Length)
|
||||
{
|
||||
PartialSum += (unsigned __int8)Buffer[Length];
|
||||
if (Flags & BL_UTL_CHECKSUM_COMPLEMENT)
|
||||
|
|
Loading…
Reference in a new issue