Changeset 62049 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jul 6, 2016 11:34:54 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108517
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r61483 r62049 1374 1374 RTEXITCODE handleShowMediumInfo(HandlerArg *a) 1375 1375 { 1376 HRESULT rc;1377 1376 enum { 1378 1377 CMD_NONE, … … 1441 1440 if (!pszFilenameOrUuid) 1442 1441 return errorSyntax(USAGE_SHOWMEDIUMINFO, "Medium name or UUID required"); 1442 1443 HRESULT rc = S_OK; /* Prevents warning. */ 1443 1444 1444 1445 ComPtr<IMedium> pMedium;
Note:
See TracChangeset
for help on using the changeset viewer.