Changeset 66297 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
- Timestamp:
- Mar 28, 2017 11:54:30 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114222
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r66296 r66297 1197 1197 { 1198 1198 RTPrintf("Installation of \"%ls\" aborted.\n", bstrName.raw()); 1199 return RTEXITCODE_ SUCCESS;1199 return RTEXITCODE_FAILURE; 1200 1200 } 1201 1201 if (szDigest[0])
Note:
See TracChangeset
for help on using the changeset viewer.