- Timestamp:
- Jun 21, 2021 6:37:40 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTestServiceClient.cpp
r89806 r89807 163 163 } 164 164 165 cbPayloadRead += cbRead;165 cbPayloadRead += (uint32_t)cbRead; 166 166 Assert(cbPayloadRead <= pReply->cbPayload); 167 167 }
Note:
See TracChangeset
for help on using the changeset viewer.