VirtualBox

Ignore:
Timestamp:
Sep 20, 2017 10:54:50 AM (7 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r68800 r68801  
    55295529                                && pAudioCon->pfnEnable)
    55305530                            {
    5531                                 rc2 = pAudioCon->pfnEnable(pAudioCon, PDMAUDIODIR_OUT, fFeatures & VIDEORECFEATURE_AUDIO);
     5531                                rc2 = pAudioCon->pfnEnable(pAudioCon, PDMAUDIODIR_OUT,
     5532                                                           RT_BOOL(fFeatures & VIDEORECFEATURE_AUDIO));
    55325533                                if (RT_FAILURE(rc2))
    55335534                                    LogRel(("VideoRec: Failed to %s audio recording, rc=%Rrc\n",
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