mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[BOOTLIB]
Fix checksum computation CID #1363451 svn path=/trunk/; revision=71941
This commit is contained in:
@@ -749,7 +749,7 @@ BlUtlCheckSum (
|
||||
}
|
||||
}
|
||||
|
||||
if (Length != Length)
|
||||
if (i != Length)
|
||||
{
|
||||
PartialSum += (unsigned __int8)Buffer[Length];
|
||||
if (Flags & BL_UTL_CHECKSUM_COMPLEMENT)
|
||||
|
||||
Reference in New Issue
Block a user