Changeset 17836 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 13, 2009 3:26:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r16873 r17836 1323 1323 else 1324 1324 { 1325 vrc = VDCopy(pDisk, 0, pDisk, "VMDK", Utf8Str(dst).raw(), true, 0, NULL, NULL, NULL, NULL);1325 vrc = VDCopy(pDisk, 0, pDisk, "VMDK", Utf8Str(dst).raw(), true, 0, VD_IMAGE_FLAGS_NONE, NULL, NULL, NULL, NULL); 1326 1326 if (RT_FAILURE(vrc)) 1327 1327 { … … 1600 1600 /* Create the output image */ 1601 1601 vrc = VDCopy(pSrcDisk, VD_LAST_IMAGE, pDstDisk, Utf8Str(dstformat).raw(), 1602 Utf8Str(dst).raw(), false, 0, NULL, NULL, NULL, NULL);1602 Utf8Str(dst).raw(), false, 0, VD_IMAGE_FLAGS_NONE, NULL, NULL, NULL, NULL); 1603 1603 if (RT_FAILURE(vrc)) 1604 1604 {
Note:
See TracChangeset
for help on using the changeset viewer.