- Timestamp:
- Nov 2, 2009 2:28:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r24112 r24256 3656 3656 pExtent->fUncleanShutdown = true; 3657 3657 pExtent->cNominalSectors = VMDK_BYTE2SECTOR(cbExtent); 3658 pExtent->uSectorOffset = VMDK_BYTE2SECTOR(cbOffset);3658 pExtent->uSectorOffset = 0; 3659 3659 pExtent->fMetaDirty = true; 3660 3660 … … 4040 4040 { 4041 4041 pExtent = &pImage->pExtents[i]; 4042 *puSectorInExtent = offSector ;4042 *puSectorInExtent = offSector + pImage->pExtents[i].uSectorOffset; 4043 4043 break; 4044 4044 }
Note:
See TracChangeset
for help on using the changeset viewer.