mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix one more bug in adding subkeys.
svn path=/trunk/; revision=32181
This commit is contained in:
@@ -176,7 +176,7 @@ CmiAddKeyToHashTable(
|
||||
{
|
||||
RtlMoveMemory(HashCell->List + i + 1,
|
||||
HashCell->List + i,
|
||||
(HashCell->Count - 1 - i) *
|
||||
(HashCell->Count - i) *
|
||||
sizeof(HashCell->List[0]));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user