Changeset 15529 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Dec 15, 2008 6:23:42 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41023
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r15366 r15529 1315 1315 else 1316 1316 { 1317 vrc = VDCopy(pDisk, 0, pDisk, "VMDK", Utf8Str(dst).raw(), true, 0, NULL, NULL, NULL );1317 vrc = VDCopy(pDisk, 0, pDisk, "VMDK", Utf8Str(dst).raw(), true, 0, NULL, NULL, NULL, NULL); 1318 1318 if (RT_FAILURE(vrc)) 1319 1319 { -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r15516 r15529 469 469 /* Create the output image */ 470 470 vrc = VDCopy(pSrcDisk, VD_LAST_IMAGE, pDstDisk, Utf8Str(dstformat).raw(), 471 Utf8Str(dst).raw(), false, 0, NULL, NULL, NULL );471 Utf8Str(dst).raw(), false, 0, NULL, NULL, NULL, NULL); 472 472 if (RT_FAILURE(vrc)) 473 473 {
Note:
See TracChangeset
for help on using the changeset viewer.