Changeset 34885 in vbox
- Timestamp:
- Dec 9, 2010 1:56:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VMDK.cpp
r34581 r34885 5528 5528 else if (RT_FAILURE(rc)) 5529 5529 return vmdkError(pImage, rc, RT_SRC_POS, N_("VMDK: cannot write allocated data block in '%s'"), pExtent->pszFullname); 5530 5531 pExtent->uAppendPosition += cbWrite; 5530 5532 5531 5533 rc = vmdkAllocGrainAsyncGTUpdate(pImage, pExtent, pIoCtx, pGrainAlloc);
Note:
See TracChangeset
for help on using the changeset viewer.