- Timestamp:
- Jul 11, 2016 10:28:21 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VDI.cpp
r60608 r62153 2638 2638 uint64_t offStartDataNew = RT_ALIGN_32(pImage->offStartBlocks + cbBlockspaceNew, VDI_DATA_ALIGN); /** < New start offset for block data after the resize */ 2639 2639 2640 if ( pImage->offStartData !=offStartDataNew2640 if ( pImage->offStartData < offStartDataNew 2641 2641 && cBlocksAllocated > 0) 2642 2642 {
Note:
See TracChangeset
for help on using the changeset viewer.