VirtualBox

Changeset 85240 in vbox


Ignore:
Timestamp:
Jul 11, 2020 11:02:26 PM (4 years ago)
Author:
vboxsync
Message:

Main/EventImpl.h: Fixed status code mixup in VBoxEventDesc::fire found by Clang 11 (harmless). bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/EventImpl.h

    r82968 r85240  
    167167        {
    168168            BOOL fDelivered = FALSE;
    169             int rc = mEventSource->FireEvent(mEvent, aTimeout, &fDelivered);
    170             AssertRCReturn(rc, FALSE);
     169            HRESULT hrc = mEventSource->FireEvent(mEvent, aTimeout, &fDelivered);
     170            AssertComRCReturn(hrc, FALSE);
    171171            return fDelivered;
    172172        }
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