VirtualBox

Changeset 54388 in vbox for trunk/src


Ignore:
Timestamp:
Feb 23, 2015 4:38:32 PM (10 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r54368 r54388  
    433433        cbTemp = RT_MIN(cbToRead, pThisStrmIn->cbBuf);
    434434        AssertBreakStmt(cbTemp, rc = VERR_NO_DATA);
    435         cbRead = read(pThisStrmIn->hFile, pThisStrmIn->pvBuf + offWrite, cbTemp);
     435        cbRead = read(pThisStrmIn->hFile, (uint8_t *)pThisStrmIn->pvBuf + offWrite, cbTemp);
    436436
    437437        LogFlowFunc(("cbRead=%zi, cbTemp=%RU32, cbToRead=%zu\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