Changeset 40085 in vbox for trunk/src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp
- Timestamp:
- Feb 12, 2012 6:52:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp
r40027 r40085 374 374 pVol->idxEntry = idx; 375 375 pVol->pBsdPartitionEntry = pBsdPartitionEntry; 376 pVol->offStart = pBsdPartitionEntry->offSectorStart * pThis->DiskLabel.cbSector;376 pVol->offStart = (uint64_t)pBsdPartitionEntry->offSectorStart * pThis->DiskLabel.cbSector; 377 377 pVol->cbVolume = pBsdPartitionEntry->cSectors * pThis->DiskLabel.cbSector; 378 378
Note:
See TracChangeset
for help on using the changeset viewer.