mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 11:47:36 +00:00
Don't make cells smaller than they are.
svn path=/trunk/; revision=19638
This commit is contained in:
parent
f5b5975917
commit
623d562f09
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ CmiAllocateCell (PREGISTRY_HIVE RegistryHive,
|
||||||
}
|
}
|
||||||
|
|
||||||
memset(*Block, 0, CellSize);
|
memset(*Block, 0, CellSize);
|
||||||
((PCELL_HEADER)(*Block))->CellSize = -CellSize;
|
((PCELL_HEADER)(*Block))->CellSize *= -1;
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue