Changeset 49950 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Dec 17, 2013 10:51:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp
r44324 r49950 559 559 { 560 560 int rc2 = VbglHGCMParmUInt32Get(&Msg.size, pcbBufActual); 561 if ( !RT_SUCCESS(rc2))561 if (RT_FAILURE(rc2)) 562 562 rc = rc2; 563 563 } … … 842 842 { 843 843 rc = VbglR3GuestPropWriteValue(u32ClientId, pszName, NULL); 844 if ( !RT_SUCCESS(rc))844 if (RT_FAILURE(rc)) 845 845 break; 846 846
Note:
See TracChangeset
for help on using the changeset viewer.