Don't make cells smaller than they are.
Modified: trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c
_____
Modified: trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c
--- trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c
2005-11-26 15:22:33 UTC (rev 19637)
+++ trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c
2005-11-26 15:23:25 UTC (rev 19638)
@@ -820,7 +820,7 @@
}
memset(*Block, 0, CellSize);
- ((PCELL_HEADER)(*Block))->CellSize = -CellSize;
+ ((PCELL_HEADER)(*Block))->CellSize *= -1;
return TRUE;
}
Show replies by date