Changeset 38862 in vbox
- Timestamp:
- Sep 26, 2011 12:33:21 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/common/misc/circbuf.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/circbuf.cpp
r38305 r38862 184 184 if (cbFree > 0) 185 185 { 186 /* Get the size out of the requested size, the write block till the end186 /* Get the size out of the requested size, then write block till the end 187 187 * of the buffer & the currently free size. */ 188 188 size_t cbSize = RT_MIN(cbReqSize, RT_MIN(pBuf->cbBuf - pBuf->offWrite, cbFree));
Note:
See TracChangeset
for help on using the changeset viewer.

