Changeset 68188 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 31, 2017 8:57:27 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r68187 r68188 1472 1472 break; 1473 1473 case 'a': // --additions-iso 1474 if (!ValueUnion.psz)1475 return errorSyntax("No Additions ISO path specified");1476 1474 vrc = RTPathAbs(ValueUnion.psz, szAbsPath, sizeof(szAbsPath)); 1477 1475 if (RT_FAILURE(vrc))
Note:
See TracChangeset
for help on using the changeset viewer.