Changeset 52695 in vbox
- Timestamp:
- Sep 11, 2014 11:51:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VHD.cpp
r52468 r52695 2697 2697 if (pImage->pBlockAllocationTable[idxBlock] != ~0U) 2698 2698 { 2699 uint64_t offStartBlock = pImage->pBlockAllocationTable[idxBlock] * VHD_SECTOR_SIZE;2699 uint64_t offStartBlock = (uint64_t)pImage->pBlockAllocationTable[idxBlock] * VHD_SECTOR_SIZE; 2700 2700 if (offStartBlock < offStartDataOld) 2701 2701 offStartDataOld = offStartBlock;
Note:
See TracChangeset
for help on using the changeset viewer.