VirtualBox

Ignore:
Timestamp:
Jul 23, 2010 9:48:52 AM (14 years ago)
Author:
vboxsync
Message:

Won't work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp

    r31044 r31045  
    4646    {
    4747        *pcChunks = Info.cBalloonChunks;
    48         Assert(Info.fHandleInR3 == FALSE || Info.fHandleInR3 == TRUE ||  RT_FAILURE(rc));
    49         *pfHandleInR3 = Info.fHandleInR3 != FALSE;
     48        Assert(Info.fHandleInR3 == false || Info.fHandleInR3 == true ||  RT_FAILURE(rc));
     49        *pfHandleInR3 = Info.fHandleInR3 != false;
    5050    }
    5151    return rc;
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