VirtualBox

Changeset 65742 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 10, 2017 4:21:55 PM (8 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvAudio.cpp

    r65740 r65742  
    15841584
    15851585        if (cbFree > cbBuf) /* Limit to buffer size. */
    1586             cbFree = cbBuf;
     1586            cbFree = (uint32_t)cbBuf;
    15871587
    15881588        uint32_t cbCaptured;
     
    15981598            Assert(cbCaptured <= cbBuf);
    15991599            if (cbCaptured > cbBuf) /* Paranoia. */
    1600                 cbCaptured = cbBuf;
     1600                cbCaptured = (uint32_t)cbBuf;
    16011601
    16021602            uint32_t csCaptured = 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