Changeset 100908 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- Aug 19, 2023 2:57:05 AM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 158845
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/sg.cpp
r99961 r100908 439 439 size_t cbLeft = cbAdvance; 440 440 441 while (cbLeft) 441 while ( cbLeft 442 || ( pSgBuf->cbSegLeft == 0 443 && pSgBuf->idxSeg > pSgBuf->cSegs)) 442 444 { 443 445 size_t cbThisAdvance = cbLeft;
Note:
See TracChangeset
for help on using the changeset viewer.