VirtualBox

Changeset 50384 in vbox for trunk


Ignore:
Timestamp:
Feb 10, 2014 10:57:26 AM (11 years ago)
Author:
vboxsync
Message:

Main: restore case insensitive comparison

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r50380 r50384  
    18551855        const Bstr &typeId = (*it)->i_id();
    18561856        AssertMsg(!typeId.isEmpty(), ("ID must not be NULL"));
    1857         if (typeId == aId)
     1857        if (typeId.compare(aId, Bstr::CaseInsensitive) == 0)
    18581858        {
    18591859            (*it).queryInterfaceTo(aType.asOutParam());
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