VirtualBox

Changeset 75262 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Nov 5, 2018 7:48:32 PM (6 years ago)
Author:
vboxsync
Message:

Capturing: Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/CaptureScreenSettingsImpl.cpp

    r75259 r75262  
    204204    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
    205205
    206     *enabled = m->bd->fEnabled;
     206    *enabled = m->bd->fEnabled ? TRUE : FALSE;
    207207
    208208    return S_OK;
     
    213213    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    214214
    215     if (m->bd->fEnabled != enabled)
     215    if (m->bd->fEnabled != RT_BOOL(enabled))
    216216    {
    217217        alock.release();
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