VirtualBox

Ignore:
Timestamp:
Sep 18, 2015 2:03:19 PM (9 years ago)
Author:
vboxsync
Message:

small fix. wrong condition in AssertBreakStmt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r57818 r57828  
    21432143           
    21442144            task = new VMPowerDownTask(this, pProgress);
    2145             AssertBreakStmt(!task->isOk(), rc = E_FAIL);
     2145            AssertBreakStmt(task->isOk(), rc = E_FAIL);
    21462146            int vrc = RTThreadCreate(NULL, Console::i_powerDownThread,
    21472147                                     (void *) task, 0,
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