Changeset 15567 in vbox for trunk/src/VBox
- Timestamp:
- Dec 16, 2008 10:16:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r15557 r15567 361 361 362 362 /* first guess is that it's a UUID */ 363 Guid uuid( argv[0]);363 Guid uuid(Utf8Str(src).raw()); 364 364 rc = virtualBox->GetHardDisk2(uuid, srcDisk.asOutParam()); 365 365 /* no? then it must be a filename */
Note:
See TracChangeset
for help on using the changeset viewer.