Fix one more bug in adding subkeys.

svn path=/trunk/; revision=32181
This commit is contained in:
Filip Navara
2008-02-07 08:22:24 +00:00
parent f5d676df0d
commit 6055ece647
+1 -1
View File
@@ -176,7 +176,7 @@ CmiAddKeyToHashTable(
{
RtlMoveMemory(HashCell->List + i + 1,
HashCell->List + i,
(HashCell->Count - 1 - i) *
(HashCell->Count - i) *
sizeof(HashCell->List[0]));
}