Changeset 35553 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jan 14, 2011 12:02:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r35368 r35553 6190 6190 Utf8Str targetFormat(pTarget->m->strFormat); 6191 6191 Utf8Str targetLocation(pTarget->m->strLocationFull); 6192 uint64_t capabilities = m->formatObj->getCapabilities();6192 uint64_t capabilities = pTarget->m->formatObj->getCapabilities(); 6193 6193 ComAssertThrow(capabilities & VD_CAP_CREATE_DYNAMIC, E_FAIL); 6194 6194
Note:
See TracChangeset
for help on using the changeset viewer.