Changeset 31379 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Aug 5, 2010 7:33:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VHDHDDCore.cpp
r31185 r31379 637 637 { 638 638 /* Undo and restore the old value. */ 639 pImage->pBlockAllocationTable[pExpand->idxBatAllocated] = =~0U;639 pImage->pBlockAllocationTable[pExpand->idxBatAllocated] = ~0U; 640 640 641 641 /* Restore the old value on the disk.
Note:
See TracChangeset
for help on using the changeset viewer.