VirtualBox

Changeset 37015 in vbox


Ignore:
Timestamp:
May 9, 2011 2:11:00 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: typing mistake in error information copying and inverted logic mistakes in probably ununsed code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp

    r35638 r37015  
    268268    mIsFullAvailable = gotAll;
    269269
    270     mIsNull = gotSomething;
     270    mIsNull = !gotSomething;
    271271
    272272    AssertMsg (gotSomething, ("Nothing to fetch!\n"));
     
    282282    mInterfaceID = x.mInterfaceID;
    283283    mComponent = x.mComponent;
    284     mText = mText;
     284    mText = x.mText;
    285285
    286286    if (x.m_pNext)
     
    363363                mIsBasicAvailable = true;
    364364
    365             mIsNull = gotSomething;
     365            mIsNull = !gotSomething;
    366366
    367367            AssertMsg (gotSomething, ("Nothing to fetch!\n"));
     
    407407                        mIsBasicAvailable = true;
    408408
    409                     mIsNull = gotSomething;
     409                    mIsNull = !gotSomething;
    410410
    411411                    AssertMsg (gotSomething, ("Nothing to fetch!\n"));
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