Changeset 23754 in vbox
- Timestamp:
- Oct 14, 2009 11:29:45 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53480
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r23750 r23754 1079 1079 * and as a consequence multiple attachments and different 1080 1080 * storage controllers. */ 1081 dvdMedium->COMGETTER(Id)(uuid.asOutParam()); 1081 if (dvdMedium) 1082 dvdMedium->COMGETTER(Id)(uuid.asOutParam()); 1082 1083 CHECK_ERROR (machine, MountMedium(Bstr("IDE Controller"), 1, 0, uuid)); 1083 1084 break;
Note:
See TracChangeset
for help on using the changeset viewer.