Changeset 69909 in vbox
- Timestamp:
- Dec 3, 2017 5:06:12 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119387
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvmmbr.cpp
r69887 r69909 231 231 static int rtDvmFmtMbrReadExtended(PRTDVMFMTINTERNAL pThis, PRTDVMMBRENTRY pPrimaryEntry) 232 232 { 233 uint 32_t const cbExt = pPrimaryEntry->cbPart;233 uint64_t const cbExt = pPrimaryEntry->cbPart; 234 234 uint64_t const offExtBegin = pPrimaryEntry->offPart; 235 235
Note:
See TracChangeset
for help on using the changeset viewer.