- Timestamp:
- Apr 24, 2018 8:12:20 AM (7 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r71433 r71998 345 345 } 346 346 347 348 if (!pszType) 349 { 350 pszType = "basic"; 351 } 347 352 348 353 /* Check for required options */ -
trunk/src/VBox/Main/include/MachineImplMoveVM.h
r71997 r71998 102 102 m_pProgress(aProgress), 103 103 m_targetPath(aTargetPath), 104 m_type (aType ),104 m_type (aType.isEmpty() == true ? "basic" : aType), 105 105 result(S_OK) 106 106 {
Note:
See TracChangeset
for help on using the changeset viewer.