Changeset 48860 in vbox
- Timestamp:
- Oct 4, 2013 12:57:57 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VMDK.cpp
r48851 r48860 5754 5754 uint32_t uSectorInGrain = uSectorExtentRel % pExtent->cSectorsPerGrain; 5755 5755 uSectorExtentAbs -= uSectorInGrain; 5756 uint64_t uLBA;5757 5756 if (pExtent->uGrainSectorAbs != uSectorExtentAbs) 5758 5757 { 5758 uint64_t uLBA = 0; /* gcc maybe uninitialized */ 5759 5759 rc = vmdkFileInflateSync(pImage, pExtent, 5760 5760 VMDK_SECTOR2BYTE(uSectorExtentAbs),
Note:
See TracChangeset
for help on using the changeset viewer.