VirtualBox

Changeset 89206 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 20, 2021 4:44:59 PM (4 years ago)
Author:
vboxsync
Message:

Audio/ValKit: More code for the audio test execution service (ATS), client side [Windows build fix]. bugref:10008

File:
1 edited

Legend:

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

    r89205 r89206  
    188188    memcpy(pReqHdr->achOpcode, pszOp, sizeof(pReqHdr->achOpcode));
    189189    pReqHdr->uCrc32 = 0; /** @todo Do CRC-32 calculation. */
    190     pReqHdr->cb     = cbReq + cbPayload;
     190    pReqHdr->cb     = (uint32_t)cbReq + (uint32_t)cbPayload;
    191191}
    192192
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