Changeset 89129 in vbox
- Timestamp:
- May 17, 2021 11:45:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioWasApi.cpp
r89128 r89129 319 319 off += pTuple->cch; 320 320 321 Assert(off < sizeof(pStream CA->szStatus));321 Assert(off < sizeof(pStreamWas->szStatus)); 322 322 pStreamWas->szStatus[off] = '\0'; 323 323 return pStreamWas->szStatus;
Note:
See TracChangeset
for help on using the changeset viewer.