Changeset 72097 in vbox
- Timestamp:
- May 3, 2018 4:11:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r71781 r72097 390 390 if (RT_SUCCESS(rc)) 391 391 { 392 /* Make sure that we only write up to cbScratchBuf bytes. */ 393 if (cbToWrite > (uint32_t)cbScratchBuf) 394 cbToWrite = (uint32_t)cbScratchBuf; 395 392 396 size_t cbWritten = 0; 393 397 PVBOXSERVICECTRLFILE pFile = vgsvcGstCtrlSessionFileGetLocked(pSession, uHandle);
Note:
See TracChangeset
for help on using the changeset viewer.

