VirtualBox

Changeset 35137 in vbox


Ignore:
Timestamp:
Dec 15, 2010 2:43:28 PM (14 years ago)
Author:
vboxsync
Message:

Frontends/VBoxManage: typo in the medium type error handling code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp

    r35136 r35137  
    564564            {
    565565                CHECK_ERROR(pMedium2Mount, COMSETTER(Type)(mediumType));
    566                 throw  Utf8Str("Failed to set the medium type");
     566                if (FAILED(rc))
     567                    throw  Utf8Str("Failed to set the medium type");
    567568            }
    568569
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette