VirtualBox

Changeset 31640 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 13, 2010 12:31:42 PM (14 years ago)
Author:
vboxsync
Message:

EventQueue.cpp: Fixed shadowed rc variable in EventQueue::processEventQueue when called with cMsTimeout == RT_INDEFINITE_WAIT. Caused us to hide VERR_INTERRUPTED and not quite event loops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/EventQueue.cpp

    r31611 r31640  
    519519        BOOL fRet;
    520520        MSG  Msg;
    521         int  rc = VINF_SUCCESS;
     521        rc = VINF_SUCCESS;
    522522        while (   (fRet = GetMessage(&Msg, NULL /*hWnd*/, WM_USER, WM_USER))
    523523               && fRet != -1
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