VirtualBox

Ignore:
Timestamp:
Dec 17, 2013 10:51:16 AM (11 years ago)
Author:
vboxsync
Message:

Additions/common: !RT_SUCCESS => RT_FAILURE

File:
1 edited

Legend:

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

    r44324 r49950  
    559559    {
    560560        int rc2 = VbglHGCMParmUInt32Get(&Msg.size, pcbBufActual);
    561         if (!RT_SUCCESS(rc2))
     561        if (RT_FAILURE(rc2))
    562562            rc = rc2;
    563563    }
     
    842842    {
    843843        rc = VbglR3GuestPropWriteValue(u32ClientId, pszName, NULL);
    844         if (!RT_SUCCESS(rc))
     844        if (RT_FAILURE(rc))
    845845            break;
    846846
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