VirtualBox

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


Ignore:
Timestamp:
Oct 20, 2009 5:52:29 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53725
Message:

Main/MachineImpl: warning cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r23914 r23920  
    85218521                                 aConsoleProgress,
    85228522                                 1,            // operation weight; must be the same as in Console::TakeSnapshot()
    8523                                  fTakingSnapshotOnline);
     8523                                 !!fTakingSnapshotOnline);
    85248524
    85258525        if (SUCCEEDED(rc) && mSnapshotData.mLastState == MachineState_Saved)
     
    85548554        }
    85558555    }
    8556     catch (HRESULT rc)
     8556    catch (HRESULT hrc)
    85578557    {
    85588558        pSnapshot->uninit();
    85598559        pSnapshot.setNull();
     8560        rc = hrc;
    85608561    }
    85618562
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette