Changeset 31044 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Jul 23, 2010 9:39:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp
r28800 r31044 46 46 { 47 47 *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; 50 50 } 51 51 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.