mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 08:52:57 +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];
|
PartialSum += (unsigned __int8)Buffer[Length];
|
||||||
if (Flags & BL_UTL_CHECKSUM_COMPLEMENT)
|
if (Flags & BL_UTL_CHECKSUM_COMPLEMENT)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue